mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-30 23:35:06 +01:00
fix #1281 (notifications when we star articles are buggy)
All notification corrected
This commit is contained in:
parent
342f0cc55a
commit
c54ea989a3
@ -51,4 +51,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
||||
|
||||
{% block messages %}
|
||||
{% for flashMessage in app.session.flashbag.get('notice') %}
|
||||
<script>
|
||||
Materialize.toast('{{ flashMessage }}', 4000);
|
||||
</script>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user