From ac38e64c63c4365462ddc6453e475ad14682d475 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 18 Apr 2020 19:38:48 +0200 Subject: [PATCH] Fix carousel template --- templates/page_with_carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page_with_carousel.html b/templates/page_with_carousel.html index 84edba4..4baacdb 100644 --- a/templates/page_with_carousel.html +++ b/templates/page_with_carousel.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block template_content %} +{% block template_content_head %} <div id="myCarousel" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> {% for item in page.images %} -- GitLab