diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 5503d0a9b7..6a5aee6b3c 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -105,8 +105,12 @@ - {% if u.customtitle %}

{{u.customtitle | safe}}

- {% else %}

+				

{{u.pronouns}}

+ + {% if u.customtitle %} +

{{u.customtitle | safe}}

+ {% else %} +

 				{% endif %}
 				
 				
Simps | Haters | Simps for | Hates
@@ -407,7 +411,11 @@ {% if v and v.id != u.id and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %} - {% if u.customtitle %}

{{u.customtitle | safe}}

+ +

{{u.pronouns}}

+ + {% if u.customtitle %} +

{{u.customtitle | safe}}

{% else %}

 				{% endif %}