diff options
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 |
commit | 2c063aace94e5a9f3b5dc596e4a502ef062db059 (patch) | |
tree | d46feca4490de405816ce81abf3f7195c02773ec | |
parent | f572d4415f33fba73b143ea53d1d3123375003ef (diff) | |
download | Ishtar-2c063aace94e5a9f3b5dc596e4a502ef062db059.tar.bz2 Ishtar-2c063aace94e5a9f3b5dc596e4a502ef062db059.zip |
Operations: fix comment on sheet
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
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> |