summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-08 20:41:25 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-08 20:41:25 +0100
commit52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a (patch)
tree5c8bc0f4f7016a079c8f3e14e21402da39ed1e54 /ishtar_common/templates/base.html
parent0643970751d46b73a7d1c48a6ef6593e7d43c8bc (diff)
downloadIshtar-52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a.tar.bz2
Ishtar-52b7cb7e3e876c9fbc7d5b5f1733daaa7070689a.zip
More responsive design + more flat design
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r--ishtar_common/templates/base.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<div id="logo">
{% if APP_NAME %}<p id="app_name">{{APP_NAME}}</p>{%endif%}
</div>
- <div id="context_menu">
+ {% if not reminders %}<div id="context_menu">
{% block context %}{% if current_menu %}
<form method="post" action="{% url 'update-current-item' %}">
<fieldset>
@@ -85,7 +85,7 @@
</fieldset>
</form>
{% endif %}{% endblock %}
- </div>
+ </div>{% endif %}
{% if reminders %}<fieldset id='reminder'><legend>{% trans "Current items" %}</legend>
{% for lbl, value in reminders%}
<p><strong class='lbl'>{{lbl}}{% trans ":"%}</strong> <span class='value'>{{value}}</span></p>