From da27b16c393107182b9ed4a07a7b8910f2bbd6e1 Mon Sep 17 00:00:00 2001 From: TLSM Date: Wed, 25 May 2022 07:24:34 -0400 Subject: [PATCH] Disable fartmode on non-rDrama sites. --- files/templates/admin/admin_home.html | 2 ++ files/templates/submission.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index eae08bb846..e62077a2db 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -70,10 +70,12 @@ + {% if SITE_NAME == 'rDrama' %}
+ {% endif %}
diff --git a/files/templates/submission.html b/files/templates/submission.html index 07acf446bb..297883806b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -43,7 +43,7 @@ {% endif %} -{% if fart and not (v and v.has_badge(128)) %} +{% if fart and not (v and v.has_badge(128)) and SITE_NAME == 'rDrama' %}