From 4dbc694df0b457dbb124d27c1570c15203ea11ce Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 May 2023 16:48:43 +0200 Subject: Main sheets add link to town sheet --- .../templates/ishtar/blocks/window_field_flex_detail_multiple.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html index b6faa0cc1..bc9583031 100644 --- a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html @@ -2,7 +2,7 @@
{% trans caption %}
{% for d in data %} - {% if forloop.counter0 %} ; {% endif %}{{d.link}} {{ d.item }} + {% if forloop.counter0 %} ; {% endif %}{{ d.item }}{{d.link}} {% endfor %}
{% endif %} -- cgit v1.2.3