cnil: fix garbage content in template (#72606)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea-wip/publik-base-theme/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2022-12-19 18:11:09 +01:00
parent 540991659f
commit 25d0327123
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@
{% endblock %}
<div id="{{bigdiv|default:'rub_service'}}">
<h1>body</h1>
{% block body %}{% endblock %}
{% block body %}
{{ body|safe }}
{% endblock %}
</div>
{% endblock %}
{% endblock %}