From 3219dff5bb5abc8a8af00e66ca12612addee83bb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Sep 2019 15:26:41 +0200 Subject: Operation: change type of judiciary fields --- archaeological_operations/templates/ishtar/sheet_operation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index e12742aa9..afd8be3ca 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -244,9 +244,9 @@
{% field_flex "Seizure name" item.seizure_name %} {% field_flex "Official report number" item.official_report_number %} - {% field_flex "Name of the protagonist" item.name_of_the_protagonist %} - {% field_flex "Applicant authority" item.applicant_authority %} - {% field_flex "Writer of the minutes" item.minutes_writer %} + {% field_flex_detail "Protagonist" item.protagonist %} + {% field_flex_detail "Applicant authority" item.applicant_authority %} + {% field_flex_detail "Writer of the minutes" item.minutes_writer %}
{% endif %} -- cgit v1.2.3