diff --git a/templates/layouts/default.html b/templates/layouts/default.html index d8e00b2..918e095 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -17,7 +17,7 @@
- {% if alert %}{{alert}}{% endif %} + {% if alert %}{{alert | safe}}{% endif %}
{% include "/layouts/header.html" %} {% block content %}{% endblock %}