mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
fix #1281 (notifications when we star articles are buggy)
All notification corrected
This commit is contained in:
parent
342f0cc55a
commit
c54ea989a3
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue