diff --git a/fedireads/templates/layout.html b/fedireads/templates/layout.html index 51bfc75b6..c6290f938 100644 --- a/fedireads/templates/layout.html +++ b/fedireads/templates/layout.html @@ -25,7 +25,7 @@
📚FediReads
- {% if user.is_authenticated %} + {% if request.user.is_authenticated %}
{% csrf_token %} Welcome, {% include 'snippets/username.html' with user=request.user %}