From 66c8c7fa80e2e1494a37503e86ccf2bb3188b87c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 19 Nov 2018 20:18:38 +0100 Subject: Manage 1<->n treatments wizard --- ishtar_common/templates/base.html | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index add4f1d6c..ab2baf955 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -108,20 +108,28 @@ -
-
-
- {% if MESSAGES %}{% for message, message_type in MESSAGES %} - - {% endfor %}{% endif %} + {% if messages %} + {% for message in messages %} + {% endfor %} + {% endif %} + {% if MESSAGES %}{% for message, message_type in MESSAGES %} + + {% endfor %}{% endif %}
{% if warnings %}{% for warning in warnings %} {% endfor %}{% endif %} +
+
+
{% block content %}{% endblock %} -- cgit v1.2.3