mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix tag timeline titles
This commit is contained in:
@ -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)})
|
||||
|
||||
|
Reference in New Issue
Block a user