diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_field_flex_full.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field_flex_full.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_full.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_full.html index f44cdc6fd..ec337a5f8 100644 --- a/ishtar_common/templates/ishtar/blocks/window_field_flex_full.html +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_full.html @@ -1,6 +1,6 @@ {% load i18n %}{% if data %} - <dl class="col-12 row"> - <dt class="col-12">{% trans caption %}</dt> - <dd class="col-12">{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe }}</dd> + <dl class="col-12"> + <dt>{% trans caption %}</dt> + <dd>{{pre_data|safe}}{{data|linebreaksbr}}{{post_data|safe }}</dd> </dl> {% endif %} |