From 7ebda78b25c9d3f5144a73de1ac9d2fe3036334a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 15 Sep 2019 20:03:29 +0200 Subject: Operation: add judiciary fields --- archaeological_operations/models.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_operations/models.py') 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") -- cgit v1.2.3