This commit is contained in:
Aurélien Delobelle 2017-05-18 20:29:29 +02:00
parent 5776c81764
commit 1a661c1fd3

View file

@ -516,10 +516,6 @@ def account_update(request, trigramme):
return render(request, "kfet/account_update.html", {
'account': account,
'forms': [
user_form, cof_form, account_form, group_form, pwd_form,
negative_form,
],
'account_form': account_form,
'cof_form': cof_form,
'user_form': user_form,