aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-31 17:12:46 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-31 17:12:52 +0100
commit0c2337fd8677590ace47f006405917b949d1d300 (patch)
tree697db90da33ac0c8e5a1d97f94fa857fb0975b79
parentadd go home message after saving data and other warning (diff)
downloadscout-subs-0c2337fd8677590ace47f006405917b949d1d300.tar.gz
scout-subs-0c2337fd8677590ace47f006405917b949d1d300.zip
remove debug print
-rw-r--r--accounts/views.py1
-rw-r--r--version.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/accounts/views.py b/accounts/views.py
index a2381af..3790436 100644
--- a/accounts/views.py
+++ b/accounts/views.py
@@ -574,7 +574,6 @@ def personal_wrapper(request, errors):
# check if user has saved the form
home_tooltip = False
- print(errors)
if "saved" in request.GET:
# show tooltip only if user is not approved and there are no errors
home_tooltip = (not request.user.has_perm("client.approved")) and (len(errors) == 0)
diff --git a/version.txt b/version.txt
index 7e1c708..a3f366e 100644
--- a/version.txt
+++ b/version.txt
@@ -1,2 +1,2 @@
version=0.5
-rev=5
+rev=6