From 5394ebf984ba65e6c34061b1a36e7840fb469987 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 16 Aug 2022 23:23:53 +0100 Subject: [PATCH] Remove endblock name It was wrong before, but removing it makes life a lot easier --- website/blog/templates/blog/blog_collection_list_page.html | 2 +- website/blog/templates/blog/blog_collection_page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/templates/blog/blog_collection_list_page.html b/website/blog/templates/blog/blog_collection_list_page.html index ea82377..2ef36a3 100644 --- a/website/blog/templates/blog/blog_collection_list_page.html +++ b/website/blog/templates/blog/blog_collection_list_page.html @@ -6,4 +6,4 @@ {% include "common/listing-item.html" with page=collection %} {% endfor %} -{% endblock content %} +{% endblock %} diff --git a/website/blog/templates/blog/blog_collection_page.html b/website/blog/templates/blog/blog_collection_page.html index 066dbc1..06e1c0c 100644 --- a/website/blog/templates/blog/blog_collection_page.html +++ b/website/blog/templates/blog/blog_collection_page.html @@ -6,4 +6,4 @@ {% include "common/listing-item.html" %} {% endfor %} -{% endblock content %} +{% endblock %}