diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
commit | 4dbc694df0b457dbb124d27c1570c15203ea11ce (patch) | |
tree | 4863317bcc2dcde6683f3a8f35fa732cacd670a9 /ishtar_common | |
parent | 3f1bd22dc86753fc87c1cb00040caa836185fb11 (diff) | |
download | Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.tar.bz2 Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.zip |
Main sheets add link to town sheet
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field_flex_detail_multiple.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <dl class="col-12 {% if size == 2 %}col-lg-6{% else %}col-md-6 col-lg-3{% endif %} flex-wrap"> <dt>{% trans caption %}</dt> <dd>{% for d in data %} - {% if forloop.counter0 %} ; {% endif %}{{d.link}} {{ d.item }} + {% if forloop.counter0 %} ; {% endif %}{{ d.item }}{{d.link}} {% endfor %}</dd> </dl> {% endif %} |