# HG changeset patch # User Goffi # Date 1598337570 -7200 # Node ID cf3fcbc797bcc4ca8993b89922a5476f36624301 # Parent a35ddf972ad2bb07ac451c3ce5c3a1e535c3804c bulma (base/base.html): remove backend notification/confirm message on delete button click diff -r a35ddf972ad2 -r cf3fcbc797bc sat_templates/templates/bulma/base/base.html --- a/sat_templates/templates/bulma/base/base.html Sat Aug 15 23:38:12 2020 +0200 +++ b/sat_templates/templates/bulma/base/base.html Tue Aug 25 08:39:30 2020 +0200 @@ -84,7 +84,10 @@
{% if confirm %}
-
{% trans %}Success{% endtrans %}
+
+ {% trans %}Success{% endtrans %} + +
{% trans %}Your data has been sent correctly.{% endtrans %}
@@ -93,7 +96,10 @@ {% if notifications %} {% for notification in notifications %}
-
{% trans %}Notification{% endtrans %}
+
+ {% trans %}Notification{% endtrans %} + +
{{ notification.message }}