diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 7694860..f902642 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 10390f2..dcb5d20 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -36,8 +36,9 @@ - - + + + diff --git a/users/views.py b/users/views.py index d2c00e6..01f5e62 100644 --- a/users/views.py +++ b/users/views.py @@ -172,7 +172,7 @@ def dashboard(request): storageinfo = sys.getfilesystemencoding() - + context = { 'active_link' : 'dashboard', "systemencode" : storageinfo