From 6d655210006ce2493b26a45bcb8e7f397a0137cb Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Wed, 8 Jan 2020 10:16:49 +0100
Subject: [PATCH] Make toasts eckig again!
---
app/templates/base.html.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) {