mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
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',
|
||||
'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)
|
||||
|
Loading…
Reference in New Issue
Block a user