Turn HOLIDAY_EVENT off if we're merging.

pull/22/head
Snakes 2022-11-29 15:14:45 -05:00
parent 34c7483dfa
commit 1dfdf90c2b
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ PAGE_SIZES = {10, 25, 50, 100}
### SITE SPECIFIC CONSTANTS
################################################################################
HOLIDAY_EVENT = 'homoween22'
HOLIDAY_EVENT = None
PERMS = { # Minimum admin_level to perform action.
'ADMIN_ADD': 3,