From b08c4ccb4cceee7ec2c326810e11775ad1443c10 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Jan 2018 17:14:07 +0100 Subject: UI: adapt shortcut menu --- ishtar_common/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index c9dfde974..b2f0b055c 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -56,9 +56,9 @@ {% include "navbar.html" %} - {% if not reminders %} - {% else %} -
{% trans "Current items" %}
+ + {% if reminders %} +
{% trans "Current items" %}
{% for lbl, value in reminders %}

{{lbl}}{% trans ":"%} {{value}}

{% endfor %} -- cgit v1.2.3