From a9aef5ce98770033e1aff252d23d7637da9cff89 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 31 Jan 2018 16:27:35 +0100 Subject: UI: fix url field - improve operation header --- ishtar_common/templates/ishtar/blocks/window_field_flex_url.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_url.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_url.html index 59f612bc6..b3a801636 100644 --- a/ishtar_common/templates/ishtar/blocks/window_field_flex_url.html +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_url.html @@ -1,7 +1,8 @@ {% load i18n %}{% if link %} -
+
{% trans caption %}
{% if link_name %}{{link_name}}{% else %}{{link}}{% endif %}
+
{% endif%} -- cgit v1.2.3