diff --git a/templates/wcs/base.html b/templates/wcs/base.html index d09a68d..c6e7672 100644 --- a/templates/wcs/base.html +++ b/templates/wcs/base.html @@ -49,7 +49,9 @@ Compte Citoyen {% block content %} {% if bigdiv %}
{% endif %} {% if title %}

{{title}}

{% endif %} + {% block body %} {{ body|safe }} + {% endblock %} {% if bigdiv %}
{% endif %} {% endblock %} {% endblock %}