From 5abe9dcdfc37493be0596d49c1ce8aa8266f2e34 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Jan 2016 17:13:44 +0100 Subject: Sheets: Full address display for organizations and persons --- ishtar_common/templates/ishtar/blocks/window_field.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') 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 %}

-{{pre_data|safe}}{{data}}{{post_data|safe}}

{% endif%} +{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe}}

{% endif%} -- cgit v1.2.3