1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-05 14:03:54 +02:00

Remove user states

This commit is contained in:
Alexandre Iooss
2019-08-02 21:14:16 +02:00
parent 0ff7a1ea3b
commit b541f7025c
7 changed files with 50 additions and 29 deletions

View File

@ -120,7 +120,7 @@ class PasswordForm(ModelForm):
class StateForm(ModelForm):
class Meta:
model = User
fields = ['state']
fields = ['is_active']
class ClefForm(ModelForm):