diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2
index 3b717a8b..6a8e50d9 100644
--- a/app/templates/base.html.j2
+++ b/app/templates/base.html.j2
@@ -193,7 +193,7 @@
}
}
{% for message in get_flashed_messages() %}
- M.toast({"classes": "rounded", "html": '{{ message }}'});
+ M.toast({"html": '{{ message }}'});
{% endfor %}
for (toastActionElement of document.querySelectorAll(".toast-action[data-action='close']")) {
toastActionElement.addEventListener("click", function(event) {