diff --git a/templates/blocks/ordered-list.html b/templates/blocks/ordered-list.html index ccca959..a2cc30c 100644 --- a/templates/blocks/ordered-list.html +++ b/templates/blocks/ordered-list.html @@ -1,5 +1,3 @@ -{% load wagtailcore_tags %} -
Published: {{ page.date|datetime }}
- {{ page.body|richtext }} + {% include_block page.body %} {% endblock %} diff --git a/templates/pages/section_index_page.html b/templates/pages/section_index_page.html index 8a306e4..c95bffe 100644 --- a/templates/pages/section_index_page.html +++ b/templates/pages/section_index_page.html @@ -5,16 +5,7 @@ {% block body_class %}template-indexpage{% endblock %} {% block content %} -- Updated: {{ page.date }} -
{% include_block page.body %}