diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 6a5aee6b3c..900b758057 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -105,7 +105,9 @@ -

{{u.pronouns}}

+ {% if SITE_NAME == 'rDrama' %} +

{{u.pronouns}}

+ {% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}

@@ -412,7 +414,9 @@ Follows you {% endif %} -

{{u.pronouns}}

+ {% if SITE_NAME == 'rDrama' %} +

{{u.pronouns}}

+ {% endif %} {% if u.customtitle %}

{{u.customtitle | safe}}