From 96430d852cd6910a0e13a30bae8fc8ff901e3316 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 3 Jun 2019 20:40:37 +0200 Subject: [PATCH] Do not repeat default argument --- kfet/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfet/views.py b/kfet/views.py index b700e713..4c8c6f47 100644 --- a/kfet/views.py +++ b/kfet/views.py @@ -366,7 +366,7 @@ def account_update(request, trigramme): missing_perm = False # Updating - account_form.save(data={}) + account_form.save() # Checking perm to update password if (