summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-13 10:22:13 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-13 10:22:13 +0200
commit661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4 (patch)
tree0cc8e5e432bea1cb44f1e89ae3d95865f9493542 /archaeological_context_records/forms.py
parent077dea01ed2d9afc97412631e4207eaf4175e06d (diff)
downloadIshtar-661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4.tar.bz2
Ishtar-661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4.zip
Update translations
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index acfb47d2a..8c29ff2b6 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -345,8 +345,8 @@ RecordRelationsFormSet.form_slug = "contextrecord-050-recordrelations"
class RecordFormInterpretation(CustomForm, ManageOldType, forms.Form):
- form_label = _("Interpretation")
- form_admin_name = "Context record - 040 - Interpretation"
+ form_label = _(u"Interpretation")
+ form_admin_name = _(u"Context record - 040 - Interpretation")
form_slug = "contextrecord-040-interpretation"
associated_models = {'activity': models.ActivityType,