From 52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 Dec 2015 20:41:25 +0100 Subject: More responsive design + more flat design --- ishtar_common/templates/base.html | 4 ++-- 1 file changed, 2 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 f6b4cd414..578b3edcc 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -62,7 +62,7 @@ -
+ {% if not reminders %}
{% block context %}{% if current_menu %}
@@ -85,7 +85,7 @@
{% endif %}{% endblock %} -
+
{% endif %} {% if reminders %}
{% trans "Current items" %} {% for lbl, value in reminders%}

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

-- cgit v1.2.3