This commit is contained in:
Nathan Dinsmore 2014-02-16 16:14:38 -05:00
parent f163edceb1
commit 4c195b57c0

View file

@ -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