diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index 944ffc677..74c295e41 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -294,7 +294,7 @@ {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} - {% if u.customtitle %}

{{u.customtitle_}}

{% 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}}