From 6e5897117124cd60ae81efb1574c6347f48e60e5 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 4 Jul 2023 11:13:11 -0500 Subject: fixed a bug with breadcrumb urls and src section --- app/posts/templates/posts/film_detail.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index d0108e9..5e44d7d 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -20,17 +20,7 @@ {%endblock%} {%block bodyid%}id="home" class="friends"{%endblock%} -{% block breadcrumbs %} -{% endblock %} +{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}
-- cgit v1.2.3