Pass correct variables to notifications template

This commit is contained in:
Jason McBrayer 2018-06-24 14:33:44 -04:00
parent 894d4ae5fe
commit f64f4f92cf
1 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,8 @@ def note(request, next=None, prev=None):
{'notes': notes,'timeline': 'Notifications',
'timeline_name': 'Notifications',
'own_username': request.session['user'].acct,
'fullbrutalism': fullbrutalism_p(request)})
'fullbrutalism': fullbrutalism_p(request),
'prev': prev, 'next': next})
def thread(request, id):
mastodon = get_mastodon(request)