summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-01-13 17:13:44 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-01-13 17:13:44 +0100
commit5abe9dcdfc37493be0596d49c1ce8aa8266f2e34 (patch)
tree594146e712448260d2ac209875506dc56b2e564e /ishtar_common/templates
parent492747e5a6098d302c95b938fd6b9ae52438681d (diff)
downloadIshtar-5abe9dcdfc37493be0596d49c1ce8aa8266f2e34.tar.bz2
Ishtar-5abe9dcdfc37493be0596d49c1ce8aa8266f2e34.zip
Sheets: Full address display for organizations and persons
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_field.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field.html b/ishtar_common/templates/ishtar/blocks/window_field.html
index bca32225c..14cf1c21e 100644
--- a/ishtar_common/templates/ishtar/blocks/window_field.html
+++ b/ishtar_common/templates/ishtar/blocks/window_field.html
@@ -1,3 +1,3 @@
{% load i18n %}
{% if data %}<p><label>{% trans caption %}{% trans ":"%}</label>
-<span class='value'>{{pre_data|safe}}{{data}}{{post_data|safe}}</span></p>{% endif%}
+<span class='value'>{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe}}</span></p>{% endif%}