diff --git a/mandelstudio/templates/engine/pages/base_home_page.html b/mandelstudio/templates/engine/pages/base_home_page.html index aa266cf..dcc77c7 100644 --- a/mandelstudio/templates/engine/pages/base_home_page.html +++ b/mandelstudio/templates/engine/pages/base_home_page.html @@ -37,6 +37,17 @@ {% include "carbasa/headers/header.html" %}
+ {% if messages %} +
+
+ {% for message in messages %} + + {% endfor %} +
+
+ {% endif %}
{% for block in self.body %} {% with scope_class=block.block_type|split:"_"|join:"-" %} diff --git a/mandelstudio/templates/engine/pages/base_standard_page.html b/mandelstudio/templates/engine/pages/base_standard_page.html index 927d33b..ad98740 100644 --- a/mandelstudio/templates/engine/pages/base_standard_page.html +++ b/mandelstudio/templates/engine/pages/base_standard_page.html @@ -37,6 +37,17 @@ {% include "carbasa/headers/header.html" %}
+ {% if messages %} +
+
+ {% for message in messages %} + + {% endfor %} +
+
+ {% endif %}

{{ self.title }}