lofi fix error and pager
This commit is contained in:
parent
e17ed69034
commit
5c93e3db48
5 changed files with 8 additions and 22 deletions
djangobb_forum
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Reference in a new issue