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/forms.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 8ddd42708..d86eb2085 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1028,6 +1028,12 @@ class CourtOrderedSeizureForm(CustomForm, IshtarForm): name_of_the_protagonist = forms.CharField( label=_(u"Name of the protagonist"), required=False, ) + applicant_authority = forms.CharField( + label=_("Applicant authority"), required=False, + ) + minutes_writer = forms.CharField( + label=_("Writer of the minutes"), required=False, + ) class CollaboratorForm(CustomForm, IshtarForm): -- cgit v1.2.3