From d6fb1b529d94a0d6c9ee42301c99f2a0d95c3415 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 9 Oct 2023 19:35:51 +0300 Subject: [PATCH] dont disable upside down on devrama --- files/helpers/config/awards.py | 2 +- files/templates/events/homoween/awards.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 3cbd632bb..c5b4632f1 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -286,7 +286,7 @@ AWARDS = { "deflectable": False, "cosmetic": True, "ghost": True, - "enabled": IS_HOMOWEEN() and False, + "enabled": IS_HOMOWEEN() and SITE == 'devrama.net', "positive": True, }, "flashlight": { diff --git a/files/templates/events/homoween/awards.html b/files/templates/events/homoween/awards.html index 649cdf674..010f2734c 100644 --- a/files/templates/events/homoween/awards.html +++ b/files/templates/events/homoween/awards.html @@ -51,7 +51,7 @@ {% endif %} -{% if p.award_count("upsidedown", v) and False %} +{% if p.award_count("upsidedown", v) and SITE == 'devrama.net' %}