Theme handling improvements

This commit is contained in:
Ariel Rin
2023-10-21 09:08:28 +00:00
parent 24376262f0
commit 4912f0f8f0
5 changed files with 13 additions and 4 deletions

View File

@@ -193,7 +193,8 @@ DATABASES = {
SITE_NAME = 'Alliance Auth'
DEFAULT_THEME = "allianceauth.theme.darkly"
DEFAULT_THEME = "allianceauth.theme.flatly.auth_hooks.FlatlyThemeHook"
DEFAULT_THEME_DARK = "allianceauth.theme.darkly.auth_hooks.DarklyThemeHook" # Legacy AAv3 user.profile.night_mode=1
LOGIN_URL = 'auth_login_user' # view that handles login logic