From 2c063aace94e5a9f3b5dc596e4a502ef062db059 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 Jan 2016 00:32:13 +0100 Subject: Operations: fix comment on sheet --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') 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 %}

{{ item.comment }}

{%endif%} +{% field "Comment" item.comment "
" "
" %}

{% trans "Localisation"%}

{{ item.towns.all|join:", " }}

-- cgit v1.2.3