diff --git a/home/templates/home/home_article_page.html b/home/templates/home/home_article_page.html index b909afedce49271b2caf7c6854786e8097b7cd77..64cf5efee700a3ac944aad39eeea71118ecce69b 100644 --- a/home/templates/home/home_article_page.html +++ b/home/templates/home/home_article_page.html @@ -46,4 +46,4 @@ </div> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_articles_page.html b/home/templates/home/home_articles_page.html index 41d4460e75cd3f35aabe202ad9b79f915cf2cd96..19193d9a4dcc816d0ab98d930100ec6416d417f6 100644 --- a/home/templates/home/home_articles_page.html +++ b/home/templates/home/home_articles_page.html @@ -60,4 +60,4 @@ </ul> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_document_page.html b/home/templates/home/home_document_page.html index 7b9db1a3add832c06ccf5b23584b9aeabfff92e6..7082b19d2b2994979be12bae68b8fa02124884f1 100644 --- a/home/templates/home/home_document_page.html +++ b/home/templates/home/home_document_page.html @@ -46,4 +46,4 @@ </div> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_documents_page.html b/home/templates/home/home_documents_page.html index 82d187d54e23f14cafcdb2c994f2db9ab55f14fa..aad5009fdf0c19f8edd76d2b126791c1a16a9e98 100644 --- a/home/templates/home/home_documents_page.html +++ b/home/templates/home/home_documents_page.html @@ -26,4 +26,4 @@ </ul> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_event_page.html b/home/templates/home/home_event_page.html index f8f38c0c2218734dcb746dc850daabbebb345ec1..9b1fb29bad8708a4846032cc1e8cf7a1a16d9bbe 100644 --- a/home/templates/home/home_event_page.html +++ b/home/templates/home/home_event_page.html @@ -42,4 +42,4 @@ </div> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_events_page.html b/home/templates/home/home_events_page.html index 3fe549f403f20e8a17f01084a98ce8d23de4ff27..43e9f1e27920c4862a1e0af75aecc1aafc45edd8 100644 --- a/home/templates/home/home_events_page.html +++ b/home/templates/home/home_events_page.html @@ -30,4 +30,4 @@ </ul> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index f891df16a9a5c5e50d87729d1aee73fb451f12bc..47215f09fbcc5d1fc4553cfc10f1603037710d3d 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -342,4 +342,4 @@ </section> </section> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_people_page.html b/home/templates/home/home_people_page.html index 8a0a8370af0d2ecb6da2ca08db2b945f2d79c534..057f21c6a184c6e22a93ffa69a22e306f91e03f0 100644 --- a/home/templates/home/home_people_page.html +++ b/home/templates/home/home_people_page.html @@ -24,4 +24,4 @@ </ul> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_person_page.html b/home/templates/home/home_person_page.html index 4b6ce46836d8509366ebdd261495d0df01a21fc6..5c8e5f14649025bbc16c86b466967656e35d9ecf 100644 --- a/home/templates/home/home_person_page.html +++ b/home/templates/home/home_person_page.html @@ -41,4 +41,4 @@ {% endif %} </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_video_page.html b/home/templates/home/home_video_page.html index c498bf83b151bfb8d450e9fe32110ddf8e125ef1..3c687f97787be3c1a3ee17561fc28375336e44cb 100644 --- a/home/templates/home/home_video_page.html +++ b/home/templates/home/home_video_page.html @@ -47,4 +47,4 @@ </div> </div> </main> -{% endblock content %} +{% endblock %} diff --git a/home/templates/home/home_videos_page.html b/home/templates/home/home_videos_page.html index 183d02f1c2996ebe997fe7567652eeb6559e7e21..e2df6cb485f9c0e87ed54840f956f3f7d5106fba 100644 --- a/home/templates/home/home_videos_page.html +++ b/home/templates/home/home_videos_page.html @@ -39,4 +39,4 @@ </ul> </div> </main> -{% endblock content %} +{% endblock %}