diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-11 19:14:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-11 19:14:29 +0100 |
commit | b228ed1e8b626641a1429d2068b702597bf8aa0d (patch) | |
tree | f900b66f3071825a7382732934f8a7464982ba0d /archaeological_operations/models.py | |
parent | 352d19db5a946471319e9f722e99167261b69ff5 (diff) | |
download | Ishtar-b228ed1e8b626641a1429d2068b702597bf8aa0d.tar.bz2 Ishtar-b228ed1e8b626641a1429d2068b702597bf8aa0d.zip |
Update french translation
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 22d724bda..de40657ab 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -254,9 +254,9 @@ class ArchaeologicalSite(BaseHistorizedItem, OwnPerms, ValueGetter, _(u"Sinking date"), null=True, blank=True) discovery_area = models.TextField( _(u"Discovery area"), null=True, blank=True) - affmar_number = models.CharField(_(u"Numéro AffMar"), max_length=100, + affmar_number = models.CharField(_(u"AffMar number"), max_length=100, null=True, blank=True) - drassm_number = models.CharField(_(u"Numéro DRASSM"), max_length=100, + drassm_number = models.CharField(_(u"DRASSM number"), max_length=100, null=True, blank=True) # gis @@ -867,7 +867,7 @@ class Operation(ClosedItem, BaseHistorizedItem, OwnPerms, ValueGetter, _(u"Finds received"), blank=True, null=True) # underwater - drassm_code = models.CharField(_(u"Code DRASSM"), max_length=100, + drassm_code = models.CharField(_(u"DRASSM code"), max_length=100, null=True, blank=True) # judiciary seizure_name = models.TextField(_(u"Seizure name"), blank=True, null=True) |