templates: adapt wcs base template to recent changes (#25265)

This commit is contained in:
Frédéric Péters 2018-07-13 11:00:25 +02:00
parent d23b2b76f9
commit 903231486a
1 changed files with 2 additions and 0 deletions

View File

@ -49,7 +49,9 @@ Compte Citoyen
{% block content %}
{% if bigdiv %}<div id="{{bigdiv}}" {% if breadcrumb %}class="has-breadcrumb"{% endif %}>{% endif %}
{% if title %}<h2>{{title}}</h2>{% endif %}
{% block body %}
{{ body|safe }}
{% endblock %}
{% if bigdiv %}</div>{% endif %}
{% endblock %}
{% endblock %}