diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-30 12:33:01 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-30 12:33:01 +0200 |
commit | f3fb72eee5a6ffe94990d4d97c1e9aed35575433 (patch) | |
tree | 2750bc8b8c16bb8e67742e81b7c25ca2f67153b7 /accounts/views.py | |
parent | squash migrations (diff) | |
download | scout-subs-f3fb72eee5a6ffe94990d4d97c1e9aed35575433.tar.gz scout-subs-f3fb72eee5a6ffe94990d4d97c1e9aed35575433.zip |
block debug actions and confirm for approve doc
Diffstat (limited to '')
-rw-r--r-- | accounts/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/views.py b/accounts/views.py index a31d12b..4dd69a4 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -48,7 +48,6 @@ def personal(request): context = {} usercode = UserCode.objects.filter(user=request.user)[0] medic = usercode.medic - debug = "" branca_default = "" branca_castorini = "" branca_lupetti = "" |