From f7dc956d7926cf7999eade56ce0887f4e10e7a26 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 14 Nov 2017 19:10:12 +0100 Subject: UI: welcome page --- ishtar_common/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 8b5c73ba1..6ee3398f8 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -49,8 +49,7 @@ {% include "navbar.html" %}
- + {% if not reminders %} {% else %}
{% trans "Current items" %} {% for lbl, value in reminders %} -- cgit v1.2.3