summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:22:19 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:22:19 +0100
commitbe42a9fd40496aacc4a5ab970c832f2db91d624d (patch)
tree5228d2c5502b4c2edb17f6dca4cd094d2fef0a58 /archaeological_finds/forms.py
parentc9ffa3ab1fcea404e08f12590511b0bf546db288 (diff)
downloadIshtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.tar.bz2
Ishtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.zip
Update labels
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r--archaeological_finds/forms.py12
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)