From d5de4e04408f00165dc2e81cd1c145774eda1cf6 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 12 Aug 2020 16:51:55 +0200 Subject: [PATCH] Rendering of messages, ugly, but its there --- lostplaces/lostplaces_app/templates/global.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index eac2165..41ea0a7 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -46,6 +46,13 @@
+ {% if messages %} + + {% endif %} {% block maincontent %} {% endblock maincontent %}