From 83f05371ef832e35d927a53fb41210f446a5ad2b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 22:00:17 +0200 Subject: [PATCH] h --- drama/templates/userpage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index 1a0654fb4..d014afa72 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -117,7 +117,8 @@ {% 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 ''}}  joined {{u.created_date}}{% 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 %}

@@ -154,7 +155,6 @@
 
 					 {% elif v and v.id == u.id %}
 						Edit profile
-						Profile views
 					 {% endif %}
 					 {% if v and v.id != u.id and v.admin_level > 0 and u.admin_level == 0 %}
 						

@@ -292,7 +292,8 @@ {% endif %} {% 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 ''}}  
joined {{u.created_date}} + {{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}}

@@ -305,7 +306,6 @@ {% if v and v.id == u.id %} Edit profile - Profile views {% endif %} {% if v and v.id != u.id %} Unfollow