lofi fix error and pager

This commit is contained in:
Igor Yanchenko 2012-03-18 23:57:18 +02:00
parent e17ed69034
commit 5c93e3db48
5 changed files with 8 additions and 22 deletions
djangobb_forum

View file

@ -287,8 +287,6 @@ def show_topic(request, topic_id, full=True):
else:
return render(request, 'djangobb_forum/lofi/topic.html', {'categories': Category.objects.all(),
'topic': topic,
'pages': paginator.num_pages,
'paginator': paginator,
'posts': posts,
})