move branding and app-enabled into theme context processor
This commit is contained in:
parent
99b0308253
commit
ce88e5dd3c
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue