summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_url.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 11:39:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 11:39:14 +0200
commit0a5e73b2e889b5ff057cebe01990859b0d933a3a (patch)
tree29447abfbe714d04b1d616f3af64a508cb3f8e30 /ishtar_common/templates/ishtar/blocks/window_field_url.html
parent2c721d268fa474f2efe838b6ec111bae1b64e20b (diff)
downloadIshtar-0a5e73b2e889b5ff057cebe01990859b0d933a3a.tar.bz2
Ishtar-0a5e73b2e889b5ff057cebe01990859b0d933a3a.zip
Source sheet: author link to persons (refs #3180)
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_field_url.html')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_field_url.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_url.html b/ishtar_common/templates/ishtar/blocks/window_field_url.html
index 637366d1d..d63ebdca9 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 li %}<li>{% else %}<p>{% endif %}<p><label>{% trans caption %}{% trans ":"%}</label>
-<span class='value'><a target="_blank" href='{{link|safe}}'>{% if link_name %}{{link_name}}{% else %}{% trans "link" %}{% endif %}</a></span>{% if li %}</li>{% else %}</p>{% endif %}
+<span class='value'><a target="_blank" href='{{link|safe}}'>{% if link_name %}{{link_name}}{% else %}{{link}}{% endif %}</a></span>{% if li %}</li>{% else %}</p>{% endif %}
{% endif%}