Portal fix unpatched template.

Note: The new look extension is already fixed.
This commit is contained in:
bdalsass
2025-07-09 07:46:08 +02:00
parent 346bd5de47
commit bd254e56d1

View File

@@ -12,7 +12,7 @@
</i>
{% endif %}
{% if form.title is defined %}
<span>{{ form.title|raw }}</span>{% if form.title_complement %}<span>{{ form.title_complement|raw }}</span>{% endif %}
<span>{{ form.title|raw }}</span>{% if form.title_complement is defined %}<span>{{ form.title_complement|raw }}</span>{% endif %}
{% endif %}
{% endblock %}