Fixed #1102
This commit is contained in:
parent
f163edceb1
commit
4c195b57c0
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ def show_topic(request, topic_id, full=True):
|
|||
'reply_form': reply_form,
|
||||
})
|
||||
|
||||
@login_required
|
||||
def show_unread_posts(request, topic_id, full=True):
|
||||
post = None
|
||||
user = request.user
|
||||
|
|
Reference in a new issue