From fda81fbb821daad84ddf16ccb4e83d702a6e3f49 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 26 Sep 2022 01:00:48 +0100 Subject: [PATCH] add safe filter to alert message in /layouts/default.html template. --- templates/layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}