From 2113b7baf70571b22db3fd78d3bcf1c88352d32d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Mar 2018 23:18:25 +0100 Subject: Message mecanism with session ID --- ishtar_common/templates/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index fa43df6bc..c11ae524e 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -97,6 +97,16 @@
+ {% if MESSAGES %}{% for message, message_type in MESSAGES %} + + {% endfor %}{% endif %} {% if warnings %}{% for warning in warnings %}