diff --git a/files/templates/header.html b/files/templates/header.html index cf736cab12..1633442dfc 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -172,7 +172,7 @@ Bugs/Suggestions {% endif %} - {% if request.host != 'pcmemes.net' %} + {% if request.host not in ('pcmemes.net','watchpeopledie.co') %} Discord {% endif %} {% if SITE_NAME != 'Cringetopia' %} @@ -228,7 +228,7 @@ Source code - {% if request.host != 'pcmemes.net' %} + {% if request.host not in ('pcmemes.net','watchpeopledie.co') %} Discord {% endif %} {% if SITE_NAME != 'Cringetopia' %} diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 2397cc8643..680907db36 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -310,7 +310,7 @@ - {% if request.host != 'pcmemes.net' %} + {% if request.host not in ('pcmemes.net','watchpeopledie.co') %}

Linked Accounts

Manage your connections to other services.