Skip to content
Snippets Groups Projects
Commit f7da2664 authored by Ben Adida's avatar Ben Adida
Browse files

typo

parent e8f03789
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ def stats(request):
elections_paginator = Paginator(elections, limit)
elections_page = elections_paginator.page(page)
return render_template(request, "stats", {'elections' : elections_page.object_list, 'elections_page': elections_page
return render_template(request, "stats", {'elections' : elections_page.object_list, 'elections_page': elections_page,
'limit' : limit})
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment