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 %}