diff --git a/files/templates/header.html b/files/templates/header.html index cc7331291..03620439d 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -181,7 +181,7 @@ {% if SITE_NAME == 'rDrama' %} Discord {% endif %} - {% if SITE_NAME != 'Cringetopia' %} + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} Donate {% endif %} {% if SITE_NAME == 'rDrama' %} @@ -239,7 +239,7 @@ {% if SITE_NAME == 'rDrama' %} Discord {% endif %} - {% if SITE_NAME != 'Cringetopia' %} + {% if SITE_NAME not in ('Cringetopia', 'WPD') %} Donate {% endif %} {% if SITE_NAME == 'rDrama' %}Archives{% endif %} diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index ac84b8760..1d62e44b0 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -44,7 +44,7 @@