diff --git a/templates/layout.html b/templates/layout.html index f8e77e8..837562b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -64,10 +64,10 @@
{% if warning %} -
{{warning}}
+
{{warning|safe}}
{% endif %} {% if error %} -
{{error}}
+
{{error|safe}}
{% endif %} {% block body %}{% endblock %}