From b228ed1e8b626641a1429d2068b702597bf8aa0d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Dec 2018 19:14:29 +0100 Subject: Update french translation --- archaeological_operations/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archaeological_operations/models.py') 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) -- cgit v1.2.3