From edb349d12daa2b4331c4615775b89b843f582332 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 5 Oct 2023 20:29:12 +1100 Subject: [PATCH] Fix reference to podjango detail template --- www/podjango/apps/cast/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/www/podjango/apps/cast/urls.py b/www/podjango/apps/cast/urls.py index d89501ab..c91e8b80 100644 --- a/www/podjango/apps/cast/urls.py +++ b/www/podjango/apps/cast/urls.py @@ -30,6 +30,7 @@ info_dict = { 'queryset': Cast.objects.all(), 'date_field': 'pub_date', 'extra_context': extra_context, + 'template_name': 'podjango/cast/cast_detail.html', } urlpatterns = [