feat(authentication): add GPA to admin

This commit is contained in:
Ethan Nguyen 2021-08-04 10:08:29 -04:00
parent d12e28f9c3
commit e9634602b7
No known key found for this signature in database
GPG Key ID: B4CA5339AF911920

View File

@ -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")},
), ),
) )