diff --git a/blog/templates/blog/blog_entry_page.html b/blog/templates/blog/blog_entry_page.html index b8d5ea20..4bba0aa7 100644 --- a/blog/templates/blog/blog_entry_page.html +++ b/blog/templates/blog/blog_entry_page.html @@ -44,7 +44,6 @@ {% block content %} {% include "content_manager/blocks/heading.html" %} - {% include "content_manager/blocks/messages.html" %} {% with categories=page.blog_categories.all %}
@@ -71,6 +70,8 @@

+ {% include "content_manager/blocks/messages.html" %} + {% include "content_manager/blocks/blocks_stream.html" with stream=page.body %} {% with authors=page.authors.all %} diff --git a/blog/templates/blog/categories_list_page.html b/blog/templates/blog/categories_list_page.html index 72729f73..a41b934b 100644 --- a/blog/templates/blog/categories_list_page.html +++ b/blog/templates/blog/categories_list_page.html @@ -13,8 +13,6 @@ {% endif %} {% block content %} - {% include "content_manager/blocks/messages.html" %} -
{% include "content_manager/blocks/breadcrumbs.html" %} {% if not page.header_with_title %} @@ -23,6 +21,9 @@

{% if extra_title %}: {{ extra_title }}{% endif %}

{% endif %} + + {% include "content_manager/blocks/messages.html" %} +