diff --git a/bookmarks/templates/bookmarks/layout.html b/bookmarks/templates/bookmarks/layout.html index e6ce7a7b..9724b2b3 100644 --- a/bookmarks/templates/bookmarks/layout.html +++ b/bookmarks/templates/bookmarks/layout.html @@ -30,12 +30,15 @@
{% if has_toasts %}
+
+ {% csrf_token %} {% for toast in toast_messages %}
{{ toast.message }} - +
{% endfor %} +
{% endif %}