mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Pass correct variables to notifications template
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user