Skip to content
Snippets Groups Projects
Commit 8a0489ab authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

rm password print on logs

parent cd051084
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -87,7 +87,6 @@ class UserDetailView(DetailView):
@login_required
def change_password(request):
if request.method == 'POST':
print(request.POST)
form = PasswordChangeForm(request.user, request.POST or None)
if form.is_valid():
form.save()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment