diff options
-rw-r--r-- | archaeological_finds/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 41eeaef3b..5a3ff4ec1 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -235,9 +235,9 @@ class UpstreamFindFormSelection(FindFormSelection): ############################################# SourceFindFormSelection = get_form_selection( - 'SourceFindFormSelection', _(u"Archaelogical find search"), 'find', + 'SourceFindFormSelection', _(u"Archaeological find search"), 'find', models.Find, FindSelect, 'get-find', - _(u"You should select an archaelogical find.")) + _(u"You should select an archaeological find.")) class FindSourceSelect(SourceSelect): find__base_finds__context_record__operation__year = forms.IntegerField( |