From da92b812401dfc075ca1f5928a396250267f5e95 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 19 Apr 2020 21:38:30 +0200 Subject: [PATCH] systemcode utf8 --- .../__pycache__/settings.cpython-38.pyc | Bin 3897 -> 3897 bytes users/templates/users/base.html | 5 +++-- users/views.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 7694860155ce26ff76265d75ed7fd2b3205b26b9..f9026427d3dbbc64ad206fe409757505ebbb7422 100644 GIT binary patch delta 19 Zcmdlfw^NQQl$V!_0SGp%*vO^N4*)N@1cLwo delta 19 Zcmdlfw^NQQl$V!_0SGJ>Y~<4C2LLR=1Oos7 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