summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-03-16 19:48:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-05-09 20:58:16 +0200
commite7039bdc30c43b488b8393338c53552de6cb0145 (patch)
tree67b2bd213c896327e2fac50e711f5f28a39ddb64 /ishtar_common
parent4c5ba5ce214e4c80fff3818abbf949a341be417a (diff)
downloadIshtar-e7039bdc30c43b488b8393338c53552de6cb0145.tar.bz2
Ishtar-e7039bdc30c43b488b8393338c53552de6cb0145.zip
Changing context record of a find (refs #3080)
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/base.html2
1 files changed, 1 insertions, 1 deletions
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 %}
</div>{% endif %}
{% if reminders %}<fieldset id='reminder'><legend>{% trans "Current items" %}</legend>
-{% for lbl, value in reminders%}
+{% for lbl, value in reminders %}
<p><strong class='lbl'>{{lbl}}{% trans ":"%}</strong> <span class='value'>{{value}}</span></p>
{% endfor %}
</fieldset>{%endif%}