diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-13 16:10:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-13 16:10:44 +0200 |
commit | 6c1bdfa9c4def194a608deaccae259125c3b175d (patch) | |
tree | 115d82225b75c4298c68619566a605b2001ef41a /archaeological_operations/templates | |
parent | aa9532ecbc2fafb8596075d77b506110efcc00ee (diff) | |
download | Ishtar-6c1bdfa9c4def194a608deaccae259125c3b175d.tar.bz2 Ishtar-6c1bdfa9c4def194a608deaccae259125c3b175d.zip |
Site: add comment field
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index d6360f965..9836a25b0 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -40,6 +40,7 @@ {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex_multiple "Periods" item.periods %} {% field_flex_multiple "Remains" item.remains %} + {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} </div> {% if item.towns.count or item.locality_ngi or item.locality_cadastral %} |