mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat(authentication): add GPA to admin
This commit is contained in:
parent
d12e28f9c3
commit
e9634602b7
|
@ -32,7 +32,7 @@ class UserAdmin(admin.ModelAdmin):
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"Senior information",
|
"Senior information",
|
||||||
{"fields": ("biography", "attending_decision", "publish_data")},
|
{"fields": ("GPA", "biography", "attending_decision", "publish_data")},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user