summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-14 22:28:18 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-14 22:28:18 +0100
commitad0a54a1b7560d1c6db5c709dfed7779010a24b9 (patch)
tree5f07f21cc80eef197d3a7e833b1758d49d794250 /archaeological_context_records/forms.py
parentf6e548fa6980fc9bd4987a26dfd5b21eba2214ea (diff)
parentcdc78be87e57b871f1c535a13dbd46b98714f2c5 (diff)
downloadIshtar-ad0a54a1b7560d1c6db5c709dfed7779010a24b9.tar.bz2
Ishtar-ad0a54a1b7560d1c6db5c709dfed7779010a24b9.zip
Merge branch 'master-trad'
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 3b99042ec..f47f41614 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -66,7 +66,7 @@ class RecordSelect(TableSelect):
operation__operation_code = forms.IntegerField(
label=_(u"Operation's number (index by year)"))
archaeological_sites = forms.IntegerField(
- label=_("Archaelogical site"),
+ label=_("Archaeological site"),
widget=widgets.JQueryAutoComplete(
reverse_lazy('autocomplete-archaeologicalsite'),
associated_model=ArchaeologicalSite),