From 0352f6a6266fda9c7ee25b802c39b8c983f27122 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 28 May 2022 19:35:21 +0200 Subject: [PATCH] sfd --- files/templates/header.html | 4 ++-- files/templates/settings_security.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index cc7331291b..03620439dc 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 ac84b8760a..1d62e44b0e 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -44,7 +44,7 @@