From 885cac313e1c937f93379a9a234ca178cc75ab0d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Apr 2018 16:10:44 +0200 Subject: Site: add comment field --- archaeological_operations/templates/ishtar/sheet_site.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/templates') 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 "
" "
" %} {% if item.towns.count or item.locality_ngi or item.locality_cadastral %} -- cgit v1.2.3