mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix mismatched headline level in fragment_product_list.html (#5048)
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="product-description {% if item.picture %}with-picture{% endif %}">
|
<div class="product-description {% if item.picture %}with-picture{% endif %}">
|
||||||
<h{{ headline_level|default:3|add:1 }} class="h4" id="{{ form_prefix }}item-{{ item.pk }}-legend">{{ item.name }}</h{{ headline_level|default:3 }}>
|
<h{{ headline_level|default:3|add:1 }} class="h4" id="{{ form_prefix }}item-{{ item.pk }}-legend">{{ item.name }}</h{{ headline_level|default:3|add:1 }}>
|
||||||
{% if item.description %}
|
{% if item.description %}
|
||||||
<div id="{{ form_prefix }}item-{{ item.pk }}-description" class="product-description">
|
<div id="{{ form_prefix }}item-{{ item.pk }}-description" class="product-description">
|
||||||
{{ item.description|localize|rich_text }}
|
{{ item.description|localize|rich_text }}
|
||||||
|
|||||||
Reference in New Issue
Block a user