From e7039bdc30c43b488b8393338c53552de6cb0145 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Mar 2016 19:48:43 +0100 Subject: Changing context record of a find (refs #3080) --- ishtar_common/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 578b3edcc..4f84e3e62 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -87,7 +87,7 @@ {% endif %}{% endblock %} {% endif %} {% if reminders %}
{% trans "Current items" %} -{% for lbl, value in reminders%} +{% for lbl, value in reminders %}

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

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