summaryrefslogtreecommitdiff
path: root/archaeological_operations/wizards.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2016-11-14 19:22:19 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2016-11-14 19:22:19 +0100
commitcbf59fbfc5e54958e62a27a01a6fec90dbc26059 (patch)
tree5228d2c5502b4c2edb17f6dca4cd094d2fef0a58 /archaeological_operations/wizards.py
parentc578cba0544d10d4c6be93a15c5dc966e2ffcb44 (diff)
downloadIshtar-cbf59fbfc5e54958e62a27a01a6fec90dbc26059.tar.bz2
Ishtar-cbf59fbfc5e54958e62a27a01a6fec90dbc26059.zip
Update labels
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r--archaeological_operations/wizards.py4
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)