From 1e19775e358197b220b73ec3854215ebabfd32a6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 30 Jul 2021 17:10:44 +0200 Subject: [PATCH] gfgf --- drama/templates/patrons.html | 5 +++++ drama/templates/userpage.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drama/templates/patrons.html b/drama/templates/patrons.html index 0b4b4831c8..76bb4851a7 100644 --- a/drama/templates/patrons.html +++ b/drama/templates/patrons.html @@ -14,6 +14,11 @@ {{users.index(user)+1}} {{user.username}} + + + + + {% if self.has_badge() %}{{user.banawards}}{% endif %} diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index 8d8c5c69ef..da5e2e61e8 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -89,7 +89,7 @@ {% endif %} {% if v and v.has_follower(u) %} - Follows you + Follows you {% endif %}
{% if v and v.id != u.id %} @@ -302,7 +302,7 @@ {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} - Follows you + Follows you {% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

{% endif %}