summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-15 20:03:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-15 20:03:49 +0200
commit8100ffc139b6b24805a5b3800bbabe1fb95f3499 (patch)
tree457ab706effc2afa352e17367bb8859ddaef768f /archaeological_operations/models.py
parentd7cfe41553e8fec117b9a9daa469efd3b2a022ee (diff)
downloadIshtar-8100ffc139b6b24805a5b3800bbabe1fb95f3499.tar.bz2
Ishtar-8100ffc139b6b24805a5b3800bbabe1fb95f3499.zip
Operation: add judiciary fields
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py4
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")