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
commit839bf3cf4fd32a85960382b7b3119878baf4a960 (patch)
tree5c8bc0f4f7016a079c8f3e14e21402da39ed1e54 /ishtar_common/templates/base.html
parent544cb74d6d49deb73ace116df02716adc5b6a464 (diff)
downloadIshtar-839bf3cf4fd32a85960382b7b3119878baf4a960.tar.bz2
Ishtar-839bf3cf4fd32a85960382b7b3119878baf4a960.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>