mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-05-16 11:28:24 +08:00
Merge branch 'master' of https://git.keannu1.duckdns.org/keannu125/Borrowing-TrackerBackend
This commit is contained in:
commit
43b6180779
2 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,7 @@ class CustomUserAdmin(UserAdmin):
|
|||
list_display = UserAdmin.list_display + \
|
||||
('is_technician', 'is_teacher', 'id')
|
||||
fieldsets = UserAdmin.fieldsets + (
|
||||
(None, {'fields': ('is_technician', 'is_teacher', 'course')}),
|
||||
(None, {'fields': ('is_technician', 'is_teacher', 'course', 'section')}),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue