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