From 07940735df99aff66b6646fbde7975da26749048 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Jun 2016 17:11:33 +0200 Subject: Show treatments in find sheet --- ishtar_common/templates/ishtar/blocks/window_field_url.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/ishtar/blocks/window_field_url.html') diff --git a/ishtar_common/templates/ishtar/blocks/window_field_url.html b/ishtar_common/templates/ishtar/blocks/window_field_url.html index b91f318b6..637366d1d 100644 --- a/ishtar_common/templates/ishtar/blocks/window_field_url.html +++ b/ishtar_common/templates/ishtar/blocks/window_field_url.html @@ -1,3 +1,3 @@ -{% load i18n %} -{% if link %}

-{% if link_name %}{{link_name}}{% else %}{% trans "link" %}{% endif %}

{% endif%} +{% load i18n %}{% if link %}{% if li %}
  • {% else %}

    {% endif %}

    +{% if link_name %}{{link_name}}{% else %}{% trans "link" %}{% endif %}{% if li %}

  • {% else %}

    {% endif %} +{% endif%} -- cgit v1.2.3