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
commit23622f70dc4b6b544dcd99994e46ea20ff309777 (patch)
treed46feca4490de405816ce81abf3f7195c02773ec
parentc56083c56d8e922a5c3510c5861ad5a57452cc82 (diff)
downloadIshtar-23622f70dc4b6b544dcd99994e46ea20ff309777.tar.bz2
Ishtar-23622f70dc4b6b544dcd99994e46ea20ff309777.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>