remove unnecessary variable
parent
5aa4678a99
commit
4cf5765e76
|
@ -1033,8 +1033,6 @@ def IS_EVENT():
|
|||
return "birthdead"
|
||||
return None
|
||||
|
||||
IS_THXGIVING = True
|
||||
|
||||
CHUD_PHRASES = (
|
||||
"Trans lives matter",
|
||||
"Black lives matter",
|
||||
|
|
|
@ -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') %}
|
||||
|
|
Loading…
Reference in New Issue