move branding and app-enabled into theme context processor

This commit is contained in:
Laura Klünder 2024-09-16 21:19:19 +02:00
parent 99b0308253
commit ce88e5dd3c
2 changed files with 3 additions and 2 deletions

View file

@ -62,4 +62,7 @@ def theme(request):
'themes': themes,
'randomize_primary_color': active_theme['randomize_primary_color'],
'primary_color': primary_color,
'branding': settings.BRANDING,
'app_enabled': settings.APP_ENABLED,
}