diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-11-14 19:22:19 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-11-14 19:22:19 +0100 |
commit | cbf59fbfc5e54958e62a27a01a6fec90dbc26059 (patch) | |
tree | 5228d2c5502b4c2edb17f6dca4cd094d2fef0a58 /archaeological_finds/forms.py | |
parent | c578cba0544d10d4c6be93a15c5dc966e2ffcb44 (diff) | |
download | Ishtar-cbf59fbfc5e54958e62a27a01a6fec90dbc26059.tar.bz2 Ishtar-cbf59fbfc5e54958e62a27a01a6fec90dbc26059.zip |
Update labels
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 66ba9f8ea..a34da139e 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -454,9 +454,9 @@ class UpstreamFindFormSelection(FindFormSelection): super(UpstreamFindFormSelection, self).__init__(*args, **kwargs) self.fields['pk'].required = True -############################################# -# Source management for archaelogical finds # -############################################# +############################################## +# Source management for archaeological finds # +############################################## SourceFindFormSelection = get_form_selection( 'SourceFindFormSelection', _(u"Archaeological find search"), 'find', @@ -475,11 +475,11 @@ class FindSourceSelect(SourceSelect): widget=OAWidget, label="Code PATRIARCHE") find__datings__period = forms.ChoiceField( - label=_(u"Period of the archaelogical find"), choices=[]) + label=_(u"Period of the archaeological find"), choices=[]) find__material_type = forms.ChoiceField( - label=_("Material type of the archaelogical find"), choices=[]) + label=_("Material type of the archaeological find"), choices=[]) find__description = forms.CharField( - label=_(u"Description of the archaelogical find")) + label=_(u"Description of the archaeological find")) def __init__(self, *args, **kwargs): super(FindSourceSelect, self).__init__(*args, **kwargs) |