forked from DGNum/gestioCOF
Do not repeat default argument
This commit is contained in:
parent
fc8c8fdf29
commit
96430d852c
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue