Move notifications into container
parent
4e035fb888
commit
472bd6f629
@ -0,0 +1,6 @@
|
|||||||
|
{% for message in messages %}
|
||||||
|
<div class="notification{% for tag in message.tags.split %} is-{{ tag }}{% endfor %}">
|
||||||
|
<button class="delete"></button>
|
||||||
|
{{ message }}
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
Loading…
Reference in New Issue