diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
| commit | e2d6f4cf7647b22ab2d8c8798f9339760e178533 (patch) | |
| tree | c7bb3671d48bd0b31bc45bc936addb367c901c5f /ishtar_common/templates/base.html | |
| parent | f7dc956d7926cf7999eade56ce0887f4e10e7a26 (diff) | |
| download | Ishtar-e2d6f4cf7647b22ab2d8c8798f9339760e178533.tar.bz2 Ishtar-e2d6f4cf7647b22ab2d8c8798f9339760e178533.zip | |
UI: work on sheets
Diffstat (limited to 'ishtar_common/templates/base.html')
| -rw-r--r-- | ishtar_common/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 6ee3398f8..7127deeb4 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -48,8 +48,6 @@ </head> <body{% if current_theme%} id='{{current_theme}}'{%endif%}> {% include "navbar.html" %} - <div id="window"></div> - <a href='{% url "start" %}' id="logo"></a> {% if not reminders %}<div id="context-menu" class="navbar navbar-expand-lg"></div> {% else %}<fieldset id='reminder'><legend>{% trans "Current items" %}</legend> {% for lbl, value in reminders %} @@ -63,6 +61,7 @@ <i class="fa fa-arrow-circle-up" aria-hidden="true"></i> </div> <div class="container"> + <div id="window" role="tablist"></div> {% if warnings %}{% for warning in warnings %} <div class="alert alert-warning alert-dismissible fade show" role="alert"> {{warning}} |
