diff options
| 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 |
| commit | a850add6d883d0a0daed8d1c74da5ace6572431e (patch) | |
| tree | 67b2bd213c896327e2fac50e711f5f28a39ddb64 /ishtar_common/templates | |
| parent | 2728c5a51c474429bea741dc469fd87ed48cee32 (diff) | |
| download | Ishtar-a850add6d883d0a0daed8d1c74da5ace6572431e.tar.bz2 Ishtar-a850add6d883d0a0daed8d1c74da5ace6572431e.zip | |
Changing context record of a find (refs #3080)
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/base.html | 2 |
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%} |
