summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-18 15:26:41 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-18 15:27:12 +0200
commit2b51a034854ae1b15f8f9ccc3e2350be6f5dcf76 (patch)
tree7e058a7efdbd7fa78a71103c4ffa1fdb928a426b /archaeological_operations/templates
parentdb47e8e3396f63a0f82b82fb2ecbef404a70e737 (diff)
downloadIshtar-2b51a034854ae1b15f8f9ccc3e2350be6f5dcf76.tar.bz2
Ishtar-2b51a034854ae1b15f8f9ccc3e2350be6f5dcf76.zip
Operation: change type of judiciary fields
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<div class="row">
{% 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 %}
</div>
{% endif %}