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 = [