From d0ea4aef1c066db33d60760bce452cbd5542c67b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Nov 2017 19:19:11 +0100 Subject: UI: work on shortcut menu --- ishtar_common/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 835dae7b1..8b5c73ba1 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -51,7 +51,7 @@
- {% if not reminders %}
+ {% if not reminders %} {% else %}
{% trans "Current items" %} {% for lbl, value in reminders %}

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

-- cgit v1.2.3