diff options
author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-11-14 19:22:19 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-11-14 19:22:19 +0100 |
commit | be42a9fd40496aacc4a5ab970c832f2db91d624d (patch) | |
tree | 5228d2c5502b4c2edb17f6dca4cd094d2fef0a58 /archaeological_operations/wizards.py | |
parent | c9ffa3ab1fcea404e08f12590511b0bf546db288 (diff) | |
download | Ishtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.tar.bz2 Ishtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.zip |
Update labels
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r-- | archaeological_operations/wizards.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index eeabef857..c5ddc64e5 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -189,7 +189,7 @@ class OperationWizard(Wizard): def get_formated_datas(self, forms): """ - Show a specific warning if no archaelogical file is provided + Show a specific warning if no archaeological file is provided """ datas = super(OperationWizard, self).get_formated_datas(forms) # if the general town form is used the advertissement is relevant @@ -245,7 +245,7 @@ class OperationWizard(Wizard): request = self.request post_data = request.POST.copy() - # add all parcel from available in the archaelogical file + # add all parcel from available in the archaeological file if not post_data.get('add_all_parcels'): return super(OperationWizard, self).post(*args, **kwargs) |