summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2016-01-04 00:32:13 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2016-01-04 00:32:13 +0100
commit2c063aace94e5a9f3b5dc596e4a502ef062db059 (patch)
treed46feca4490de405816ce81abf3f7195c02773ec
parentf572d4415f33fba73b143ea53d1d3123375003ef (diff)
downloadIshtar-2c063aace94e5a9f3b5dc596e4a502ef062db059.tar.bz2
Ishtar-2c063aace94e5a9f3b5dc596e4a502ef062db059.zip
Operations: fix comment on sheet
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 3cc536d1e..e3a53e5fa 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -81,7 +81,7 @@
{% endif %}
{% endif %}
-{% if item.comment %}<p><label>{%trans "Comment:"%}</label> <span class='value'>{{ item.comment }}</span></p>{%endif%}
+{% field "Comment" item.comment "<pre>" "</pre>" %}
<h3>{% trans "Localisation"%}</h3>
<p><label>{%trans "Towns:"%}</label> <span class='value'>{{ item.towns.all|join:", " }}</span></p>