diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-22 16:11:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-22 16:11:42 +0200 |
commit | 130ed2f6fc86af2a6e17244c36739a0239c8d526 (patch) | |
tree | ab8d701b5bfb17f0883f61060a66ef0f62a794e7 /archaeological_operations/templates | |
parent | 479d50a4c39d97329467d8ce7ba8fe8ac929f65c (diff) | |
download | Ishtar-130ed2f6fc86af2a6e17244c36739a0239c8d526.tar.bz2 Ishtar-130ed2f6fc86af2a6e17244c36739a0239c8d526.zip |
Administrativ act: add signatory
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_administrativeact.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index 1ea2a789d..f0026807c 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -27,6 +27,7 @@ {% field_flex "Internal reference" item.ref_sra %} {% field_flex "Type" item.act_type %} {% field_flex "Object" item.act_object %} + {% field_flex_detail "Signatory" item.signatory %} {% field_flex "Signature date" item.signature_date %} {% field_flex "In charge" item.in_charge %} {% field_flex "Archaeological preventive operator" item.operator %} |