diff --git a/files/templates/header.html b/files/templates/header.html index e242df728..1c36dfe5d 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -134,8 +134,10 @@ Source code Report bugs or suggestions - - Discord + + {% if 'pcm' not in request.host %} + Discord + {% endif %} Donate {% if 'rama' in request.host %}Archives{% endif %} Contact us @@ -193,7 +195,9 @@ Report bugs or suggestions - Discord + {% if 'pcm' not in request.host %} + Discord + {% endif %} Donate {% if 'rama' in request.host %}Archives{% endif %} Contact us diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index c2343d25f..1b345a76a 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -317,15 +317,15 @@
{% if v.discord_id %} -
- - -
+
+ + +
-
Disconnecting your Discord account will remove you from the {{'SITE_NAME' | app_config}} Discord server.
+
Disconnecting your Discord account will remove you from the {{'SITE_NAME' | app_config}} Discord server.
{% else %} - Link Discord -
Link your Discord account to join the {{'SITE_NAME' | app_config}} Discord server.
+ Link Discord +
Link your Discord account to join the {{'SITE_NAME' | app_config}} Discord server.
{% endif %}