diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-03-16 00:08:13 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-03-16 00:08:13 +0100 |
commit | be74531db5197863fc7fcc42a6cfa7184ec1a543 (patch) | |
tree | 4b2d3b04addff658e6b7601ab41155abc37273df /archaeological_context_records/forms.py | |
parent | 7e147cafca0f6bc47c43e4ffa781fa64e5b0bcaa (diff) | |
download | Ishtar-be74531db5197863fc7fcc42a6cfa7184ec1a543.tar.bz2 Ishtar-be74531db5197863fc7fcc42a6cfa7184ec1a543.zip |
Update labels
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 2506ae857..ef17e561e 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -142,7 +142,7 @@ class RecordFormGeneral(ManageOldType, forms.Form): comment = forms.CharField(label=_(u"General comment"), widget=forms.Textarea, required=False) excavation_technic = forms.ChoiceField( - label=_(u"Excavation technic"), choices=[], required=False) + label=_(u"Excavation technique"), choices=[], required=False) length = forms.FloatField(label=_(u"Length (m)"), required=False) width = forms.FloatField(label=_(u"Width (m)"), required=False) thickness = forms.FloatField(label=_(u"Thickness (m)"), required=False) |