diff --git a/files/templates/header.html b/files/templates/header.html index 2e1b2fc99c..0d029c124a 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -96,7 +96,7 @@
{{v.username}}
-
{{v.coins}} {{'COINS_NAME' | app_config}}
+
{{v.coins}} {{'COINS_NAME' | app_config}}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 3261f4f3f0..da8e3bfa8b 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -138,7 +138,7 @@ {% if u.customtitle %}

{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}

{% endif %}
{{u.coins}} -    +    {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %} joined {{u.created_date}} @@ -395,7 +395,7 @@
{{u.coins}} -    +    {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %} {% if "pcm" in request.host %}
Based count: {{u.basedcount}}