diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index df29cb037..13c009c0b 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -70,10 +70,7 @@  <p><label>{%trans "Description"%}{% trans ":"%}</label>  <span class='value'>{{base_find.description}}</span></p>  {% endif%} -{% if base_find.comment %} -<p><label>{%trans "Comment"%}{% trans ":"%}</label> -<span class='value'>{{base_find.comment}}</span></p> -{% endif%} +{% field "Comment" base_find.comment "<pre>" "</pre>" %}  {% if base_find.special_interest %}  <p><label>{%trans "Special interest"%}{% trans ":"%}</label>  <span class='value'>{{base_find.special_interest}}</span></p> | 
