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 %}