diff --git a/fedireads/templates/snippets/username.html b/fedireads/templates/snippets/username.html index 16505c86a..ea4381e57 100644 --- a/fedireads/templates/snippets/username.html +++ b/fedireads/templates/snippets/username.html @@ -1,2 +1,2 @@ {% load fr_display %} -{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %} +{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %} {% if show_full and user.name or user.localname %} ({{ user.username }}){% endif %} diff --git a/fedireads/templates/user.html b/fedireads/templates/user.html index 0e5ba6a4a..8feb12abc 100644 --- a/fedireads/templates/user.html +++ b/fedireads/templates/user.html @@ -24,10 +24,8 @@