diff --git a/abonapp/templates/abonapp/modal_addstreet.html b/abonapp/templates/abonapp/modal_addstreet.html
index c723157..37ae844 100644
--- a/abonapp/templates/abonapp/modal_addstreet.html
+++ b/abonapp/templates/abonapp/modal_addstreet.html
@@ -5,7 +5,7 @@
diff --git a/abonapp/templates/abonapp/modal_dev.html b/abonapp/templates/abonapp/modal_dev.html
index 128d248..138cdb1 100644
--- a/abonapp/templates/abonapp/modal_dev.html
+++ b/abonapp/templates/abonapp/modal_dev.html
@@ -6,7 +6,7 @@
{% trans 'Add clutch' %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}
diff --git a/abonapp/templates/abonapp/modal_editstreet.html b/abonapp/templates/abonapp/modal_editstreet.html
index bf2b39d..0bc3759 100644
--- a/abonapp/templates/abonapp/modal_editstreet.html
+++ b/abonapp/templates/abonapp/modal_editstreet.html
@@ -5,7 +5,7 @@
{% trans 'Edit streets' %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}
diff --git a/abonapp/templates/abonapp/modal_periodic_pay.html b/abonapp/templates/abonapp/modal_periodic_pay.html
index ee51e8e..8379cef 100644
--- a/abonapp/templates/abonapp/modal_periodic_pay.html
+++ b/abonapp/templates/abonapp/modal_periodic_pay.html
@@ -6,7 +6,7 @@
{% trans 'Add periodic pay' %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}
diff --git a/clientsideapp/templates/clientsideapp/ext.html b/clientsideapp/templates/clientsideapp/ext.html
index 305d090..145c9a4 100644
--- a/clientsideapp/templates/clientsideapp/ext.html
+++ b/clientsideapp/templates/clientsideapp/ext.html
@@ -92,7 +92,7 @@
{% endif %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}
{% block client_main %}{% endblock %}
diff --git a/dialing_app/templates/modal_send_sms.html b/dialing_app/templates/modal_send_sms.html
index e936c6e..15f7339 100644
--- a/dialing_app/templates/modal_send_sms.html
+++ b/dialing_app/templates/modal_send_sms.html
@@ -5,7 +5,7 @@
{% trans 'Send sms' %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}
diff --git a/templates/base.html b/templates/base.html
index d04e14c..1e353c5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -124,7 +124,7 @@
{% endblock %}
- {% include 'message_block.html' %}
+ {% include '_messages.html' %}