diff --git a/www/podjango/apps/cast/urls.py b/www/podjango/apps/cast/urls.py index d89501ab261a19d7211ff2a85a124fef56e72352..c91e8b80778ff42ef59f1e382ad927e665b2c28c 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 = [