Changeset - edb349d12daa
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 8 months ago 2023-10-05 09:29:12
ben@sturm.com.au
Fix reference to podjango detail template
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/podjango/apps/cast/urls.py
Show inline comments
...
 
@@ -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 = [
0 comments (0 inline, 0 general)