Add quick notifications prototype

This commit is contained in:
Skia
2017-01-07 15:07:28 +01:00
parent 9d1eaed625
commit 0aef7656b8
5 changed files with 53 additions and 0 deletions

View File

@ -100,6 +100,12 @@
{% endif %}
{% endblock %}
<ul id="quick_notif">
{% for n in quick_notifs %}
<li>{{ n }}</li>
{% endfor %}
</ul>
<div id="content">
{% if list_of_tabs %}
<div class="tool-bar">