Pass correct variables to notifications template
This commit is contained in:
parent
894d4ae5fe
commit
f64f4f92cf
|
@ -264,7 +264,8 @@ def note(request, next=None, prev=None):
|
||||||
{'notes': notes,'timeline': 'Notifications',
|
{'notes': notes,'timeline': 'Notifications',
|
||||||
'timeline_name': 'Notifications',
|
'timeline_name': 'Notifications',
|
||||||
'own_username': request.session['user'].acct,
|
'own_username': request.session['user'].acct,
|
||||||
'fullbrutalism': fullbrutalism_p(request)})
|
'fullbrutalism': fullbrutalism_p(request),
|
||||||
|
'prev': prev, 'next': next})
|
||||||
|
|
||||||
def thread(request, id):
|
def thread(request, id):
|
||||||
mastodon = get_mastodon(request)
|
mastodon = get_mastodon(request)
|
||||||
|
|
Loading…
Reference in New Issue