From 1a32a2430824034d22c848c9d37e1197eb90ff4e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 19 Jan 2018 17:59:04 +0100 Subject: Adapt context record forms --- ishtar_common/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index ee318fa7c..fa62acdd2 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -54,11 +54,12 @@ {% include "navbar.html" %} {% if not reminders %} - {% else %}
{% trans "Current items" %} + {% else %} +
{% trans "Current items" %}
{% for lbl, value in reminders %}

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

{% endfor %} -
{%endif%} + {%endif%} -- cgit v1.2.3