diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index 351722af1..d014afa72 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -293,6 +293,7 @@ {% 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}}