From a30baf34767bca651e080797115cb29b10e3364e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 21:44:31 +0200 Subject: [PATCH] sneed --- drama/templates/userpage.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index 0d1641801..3950f8f61 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -117,8 +117,7 @@ {% if u.customtitle %}

{{u.customtitle | safe}}

{% endif %}
- {{u.dramacoins}} Dramacoins   {% if u.follower_count >=1 and not u.is_nofollow %}{{u.follower_count}} follower{{'s' if u.follower_count != 1 else ''}}   {% endif %}joined {{u.created_date}} - {% if u.id == v.id and v.admin_level > 0 or v.patron %}Views{% endif %} + {{u.dramacoins}} Dramacoins   {% if u.follower_count >=1 and not u.is_nofollow %}{{u.follower_count}} follower{{'s' if u.follower_count != 1 else ''}}   {% endif %}joined {{u.created_date}}{% endif %}
{% if u.bio_html %}

@@ -294,7 +293,6 @@
 				{% if u.customtitle %}

{{u.customtitle_}}

{% endif %}
{{u.dramacoins}} Dramacoins  {% if u.follower_count >=1 and not u.is_nofollow %}{{u.follower_count}} follower{{'s' if u.follower_count != 1 else ''}}   {% endif %}
joined {{u.created_date}} - {% if u.id == v.id and v.admin_level > 0 or v.patron %}
Views{% endif %}
{% if u.bio_html %}

{{u.bio_html | safe}}