From 8637f4c4f9c9afa4649e643c8943c0be8f1ba648 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 21:58:58 +0200 Subject: [PATCH] gf --- 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 3950f8f61..1a0654fb4 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -117,7 +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}}{% 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 %}
{% if u.bio_html %}

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

{{u.bio_html | safe}}