From fc00bfe72b7b80c477b74805ac8319e99e0b83ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sun, 20 Aug 2023 21:28:48 +0200 Subject: [PATCH] update block template --- home/templates/home/home_article_page.html | 2 +- home/templates/home/home_articles_page.html | 2 +- home/templates/home/home_document_page.html | 2 +- home/templates/home/home_documents_page.html | 2 +- home/templates/home/home_event_page.html | 2 +- home/templates/home/home_events_page.html | 2 +- home/templates/home/home_page.html | 2 +- home/templates/home/home_people_page.html | 2 +- home/templates/home/home_person_page.html | 2 +- home/templates/home/home_video_page.html | 2 +- home/templates/home/home_videos_page.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/home/templates/home/home_article_page.html b/home/templates/home/home_article_page.html index b909afe..64cf5ef 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 41d4460..19193d9 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 7b9db1a..7082b19 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 82d187d..aad5009 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 f8f38c0..9b1fb29 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 3fe549f..43e9f1e 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 f891df1..47215f0 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 8a0a837..057f21c 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 4b6ce46..5c8e5f1 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 c498bf8..3c687f9 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 183d02f..e2df6cb 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 %} -- GitLab