Delete self-update form
This commit is contained in:
parent
b224fedf28
commit
209360f535
1 changed files with 0 additions and 5 deletions
|
@ -85,11 +85,6 @@ class AccountNoTriForm(AccountForm):
|
||||||
exclude = ["trigramme"]
|
exclude = ["trigramme"]
|
||||||
|
|
||||||
|
|
||||||
class AccountRestrictForm(AccountForm):
|
|
||||||
class Meta(AccountForm.Meta):
|
|
||||||
fields = ["is_frozen"]
|
|
||||||
|
|
||||||
|
|
||||||
class AccountPwdForm(forms.Form):
|
class AccountPwdForm(forms.Form):
|
||||||
pwd1 = forms.CharField(
|
pwd1 = forms.CharField(
|
||||||
label="Mot de passe K-Fêt",
|
label="Mot de passe K-Fêt",
|
||||||
|
|
Loading…
Reference in a new issue