From 39c945f7cac577eda9770a0d4e9524eb27ce5934 Mon Sep 17 00:00:00 2001 From: TLSM Date: Fri, 1 Jul 2022 01:08:15 -0400 Subject: [PATCH] LGB: Initial sidebar & const. --- files/helpers/const.py | 4 ++ files/templates/default.html | 2 +- files/templates/header.html | 2 +- files/templates/sidebar_LGBDropTheT.html | 48 ++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 files/templates/sidebar_LGBDropTheT.html diff --git a/files/helpers/const.py b/files/helpers/const.py index fbc627876..070504c0f 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -303,6 +303,10 @@ elif SITE == 'watchpeopledie.co': SNAKES_ID = 32 PROCOINS_ENABLED = False +elif SITE == 'lgbdropthet.com': + HOLE_CREATE_JL_MIN = 3 + + SNAKES_ID = 9 else: # localhost or testing environment implied pass diff --git a/files/templates/default.html b/files/templates/default.html index 78a0e8dd5..75fc0fca4 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -292,7 +292,7 @@ {% else %} - site banner + site banner {% endif %} {% endif %} diff --git a/files/templates/header.html b/files/templates/header.html index a107996ff..4fe59bc75 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -30,7 +30,7 @@