1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

implement dark mode

This commit is contained in:
checktheroads
2021-04-25 20:11:46 -07:00
parent d7d004b48e
commit 2b159fc40f
55 changed files with 1850 additions and 969 deletions

View File

@ -10,4 +10,5 @@ def settings_and_registry(request):
return {
'settings': django_settings,
'registry': registry,
'preferences': request.user.config,
}