diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-11 01:37:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-11 01:37:12 +0200 |
commit | 58c2776a1c15e4b17bdcfc9c9eb9017866713f21 (patch) | |
tree | b04d8589708f69d9fa3993bf36340107b50ed00e /archaeological_operations/templates | |
parent | 796c511682b93c2837b070e3aa70074b69d5236d (diff) | |
download | Ishtar-58c2776a1c15e4b17bdcfc9c9eb9017866713f21.tar.bz2 Ishtar-58c2776a1c15e4b17bdcfc9c9eb9017866713f21.zip |
Preventive file: add some fields - better sheet - Administrativ act: add comment
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 843d5fc8d..a524ad04d 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -68,6 +68,7 @@ <span class='value'>{{ item.general_contractor.attached_to }}</span></p>{% endif %} <!-- Contractor's organisation displayed as concat of Name/Adress/postal_code/city --> {% if item.general_contractor %}<p><label>{%trans "General contractor"%}</label> <span class='value'>{{ item.general_contractor.full_label }}</span></p>{% endif %} {% endcomment %} + {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} </div> </div> {% if item.documents.count %} |