Fix reference to podjango detail template

This commit is contained in:
Ben Sturmfels 2023-10-05 20:29:12 +11:00
parent c0acfde9c3
commit edb349d12d
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

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