Changeset - 8115cb27e2a2
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2017-02-03 15:31:51
brett@sfconservancy.org
blog: Fix variable name typo in views code.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/blog/views.py
Show inline comments
...
 
@@ -72,3 +72,3 @@ def custom_index(request, queryset, *args, **kwargs):
 
        # If page is out of range (e.g. 9999), deliver last page of results.
 
        blog_entires = paginator.page(paginator.num_pages)
 
        blog_entries = paginator.page(paginator.num_pages)
 

	
0 comments (0 inline, 0 general)