From 903231486a8cc8bef48f8364230c47020541d1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 13 Jul 2018 11:00:25 +0200 Subject: [PATCH] templates: adapt wcs base template to recent changes (#25265) --- templates/wcs/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}