mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Polish further admin panel for user
This commit is contained in:
parent
b6a3ae56c3
commit
0fc98ede20
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class CustomUserAdmin(UserAdmin):
|
||||||
|
|
||||||
fieldsets = UserAdmin.fieldsets + (
|
fieldsets = UserAdmin.fieldsets + (
|
||||||
(None, {'fields': ('student_id_number',
|
(None, {'fields': ('student_id_number',
|
||||||
'year_level', 'semester', 'avatar', 'is_banned')}),
|
'year_level', 'semester', 'avatar', 'is_student', 'is_banned')}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue