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

@@ -1,5 +1,5 @@
from django.conf import settings
from .views import NightModeRedirectView, ThemeRedirectView
from .views import NightModeRedirectView
def auth_settings(request):