nav color theming

This commit is contained in:
vabene1111
2020-02-17 00:11:15 +01:00
parent ad9944dd01
commit 41bfa95cb2
7 changed files with 48 additions and 3 deletions

View File

@@ -156,6 +156,7 @@ def settings(request):
if not up:
up = UserPreference(user=request.user)
up.theme = form.cleaned_data['theme']
up.nav_color = form.cleaned_data['nav_color']
up.save()
if up: