1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 03:23:55 +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

@ -17,7 +17,7 @@ class UserAdmin(admin.ModelAdmin):
'surname',
'pseudo',
'email',
'state'
'is_active'
)
search_fields = ('name', 'surname', 'pseudo')