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
|
missing_perm = False
|
||||||
|
|
||||||
# Updating
|
# Updating
|
||||||
account_form.save(data={})
|
account_form.save()
|
||||||
|
|
||||||
# Checking perm to update password
|
# Checking perm to update password
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue