From e9634602b78f01f054c150bc439f0d8df9c1542a Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Wed, 4 Aug 2021 10:08:29 -0400 Subject: [PATCH] feat(authentication): add GPA to admin --- tjdests/apps/authentication/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tjdests/apps/authentication/admin.py b/tjdests/apps/authentication/admin.py index 64937a1..deb3151 100644 --- a/tjdests/apps/authentication/admin.py +++ b/tjdests/apps/authentication/admin.py @@ -32,7 +32,7 @@ class UserAdmin(admin.ModelAdmin): ), ( "Senior information", - {"fields": ("biography", "attending_decision", "publish_data")}, + {"fields": ("GPA", "biography", "attending_decision", "publish_data")}, ), )