diff --git a/brutaldon/views.py b/brutaldon/views.py index a07b6e7..5f641e0 100644 --- a/brutaldon/views.py +++ b/brutaldon/views.py @@ -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)})