From 3aae43e41bc7a49f867dcdd4ec1775008906abeb Mon Sep 17 00:00:00 2001 From: pluja Date: Thu, 4 Feb 2021 21:50:49 +0100 Subject: [PATCH] render admin messages as html --- app/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/home.html b/app/templates/home.html index 3b59ffb..6e30d8a 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -41,9 +41,9 @@
- {{config.admin_message_title}} + {{config.admin_message_title|safe}}
- {{config.admin_message}} + {{config.admin_message|safe}}
{% endif %}