forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary variable

master
Aevann 2023-11-23 19:58:04 +02:00
parent 5aa4678a99
commit 4cf5765e76
2 changed files with 1 additions and 3 deletions

View File

@ -1033,8 +1033,6 @@ def IS_EVENT():
return "birthdead"
return None
IS_THXGIVING = True
CHUD_PHRASES = (
"Trans lives matter",
"Black lives matter",

View File

@ -85,7 +85,7 @@
<div class="navbar navbar-expand-md navbar-light" id="navbar">
<div class="container-fluid" style="padding:0">
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not hole %}flex-grow-1{% endif %}">
{% if IS_THXGIVING %}
{% if True %}
{% set icon_url = SITE_FULL_IMAGES + '/e/marseyturkey.webp' %}
{% elif IS_DKD() %}
{% set icon_url = macros.random_image('assets/events/DKD/images/icon') %}