diff options
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) |