From e2d6f4cf7647b22ab2d8c8798f9339760e178533 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Nov 2017 00:07:23 +0100 Subject: UI: work on sheets --- ishtar_common/templates/base.html | 3 +- ishtar_common/templates/ishtar/sheet.html | 133 ++++++++++++--------- .../templates/ishtar/wizard/validation_bar.html | 4 +- 3 files changed, 78 insertions(+), 62 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 6ee3398f8..7127deeb4 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -48,8 +48,6 @@ {% include "navbar.html" %} -
- {% if not reminders %} {% else %}
{% trans "Current items" %} {% for lbl, value in reminders %} @@ -63,6 +61,7 @@
+
{% if warnings %}{% for warning in warnings %}