summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-31 12:04:31 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-31 12:04:31 +0200
commit06e1eb1c8170b267d0afd7d10e8e47625bba09f1 (patch)
tree7c27eebc6e51a3a6914f86eb241a4aff2dd7b3b6 /archaeological_context_records/models.py
parentbb00a32ce7332aec38ade6cddfb972fd354a7364 (diff)
parent4f9771cbc8d4afbaec168a7c73981291677ccb32 (diff)
downloadIshtar-06e1eb1c8170b267d0afd7d10e8e47625bba09f1.tar.bz2
Ishtar-06e1eb1c8170b267d0afd7d10e8e47625bba09f1.zip
Merge branch 'master' into develop
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 6ebdb8033..ccc3268f4 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -235,9 +235,9 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, ImageModel, OwnPerms,
label = models.CharField(_(u"ID"), max_length=200)
description = models.TextField(_(u"Description"), blank=True, null=True)
comment = models.TextField(_(u"General comment"), blank=True, null=True)
- opening_date = models.DateField(_(u"Date d'ouverture"),
+ opening_date = models.DateField(_(u"Opening date"),
blank=True, null=True)
- closing_date = models.DateField(_(u"End date"), blank=True, null=True)
+ closing_date = models.DateField(_(u"Closing date"), blank=True, null=True)
length = models.FloatField(_(u"Length (m)"), blank=True, null=True)
width = models.FloatField(_(u"Width (m)"), blank=True, null=True)
thickness = models.FloatField(_(u"Thickness (m)"), blank=True,