From 64df374d2765f2df13db41cfc7111785c3cad874 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 22:01:48 +0200 Subject: [PATCH] ds --- drama/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index d014afa72..f2ff31dfb 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -118,7 +118,6 @@
{{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 %}

@@ -155,6 +154,7 @@
 
 					 {% 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 %}
 						

@@ -293,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}}

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