summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html
index b70c1d2fc..14cab4722 100644
--- a/ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html
+++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_multiple_full.html
@@ -1,7 +1,7 @@
{% load i18n %}{% if data.count %}
- <dl class="col-12 row">
- <dt class="col-12">{% trans caption %}</dt>
- <dd class="col-12">{% for d in data.distinct.all %}
+ <dl class="col-12">
+ <dt>{% trans caption %}</dt>
+ <dd>{% for d in data.distinct.all %}
{% if forloop.counter0 %} ; {% endif %}{{ d }}
{% endfor %}</dd>
</dl>