Skip to content

Commit 037d3d8

Browse files
committed
fixed example
1 parent 964b946 commit 037d3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/simplecms/views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def page_detail(request, path):
1313
except Page.DoesNotExist:
1414
raise Http404("No page found for the path '%s'" % stripped)
1515

16-
return render(request, page.template_name, {
16+
return render(request, page.template_name, {
1717
'simplecms_page': page,
18-
})
18+
})

0 commit comments

Comments
 (0)