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 @@