mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Fix tag timeline titles
This commit is contained in:
parent
89584a01e5
commit
f2c8036bc0
@ -108,7 +108,7 @@ def tag(request, tag):
|
||||
return redirect(login)
|
||||
data = mastodon.timeline_hashtag(tag)
|
||||
return render(request, 'main/timeline.html',
|
||||
{'toots': data, 'timeline': '#'+tag,
|
||||
{'toots': data, 'timeline_name': '#'+tag,
|
||||
'own_username': request.session['user'].acct,
|
||||
'fullbrutalism': fullbrutalism_p(request)})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user