diff options
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 601779e49..07016a5e8 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -1050,6 +1050,10 @@ class Operation(ClosedItem, DocumentItem, BaseHistorizedItem, QRCodeItem,                                                blank=True, null=True)      name_of_the_protagonist = models.TextField(_("Name of the protagonist"),                                                 blank=True, null=True) +    applicant_authority = models.TextField(_("Applicant authority"), +                                           blank=True, null=True) +    minutes_writer = models.TextField(_("Writer of the minutes"), +                                      blank=True, null=True)      cached_towns_label = models.TextField(          _("Cached town label"), blank=True, null=True,          help_text=_("Generated automatically - do not edit") | 
