diff options
author | Your Name <Philip Sargent> | 2023-11-22 16:54:38 +0000 |
---|---|---|
committer | Your Name <Philip Sargent> | 2023-11-22 16:54:38 +0000 |
commit | ab1212dd8a0e0a8035a7312b314f280bab5e4089 (patch) | |
tree | c256392e855e3134870bbcb57ca06c7d0d21259d /core/views/auth.py | |
parent | bd81bd0b013892c7cd05a6e319a1a960e21abb55 (diff) | |
download | troggle-ab1212dd8a0e0a8035a7312b314f280bab5e4089.tar.gz troggle-ab1212dd8a0e0a8035a7312b314f280bab5e4089.tar.bz2 troggle-ab1212dd8a0e0a8035a7312b314f280bab5e4089.zip |
make tests work
Diffstat (limited to 'core/views/auth.py')
-rw-r--r-- | core/views/auth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/auth.py b/core/views/auth.py index 63cca2b..59a6c50 100644 --- a/core/views/auth.py +++ b/core/views/auth.py @@ -57,6 +57,7 @@ def expologin(request): return render(request, "login/index.html", {}) else: # going to login page when you are already logged in + from django.contrib.admin.templatetags import log return render(request, "tasks.html", {}) # POST |