Skip to content

Commit 96cd61a

Browse files
authored
Merge pull request #19 from ieeeuoft/makeuoft2026-update
Fix admin display bug
2 parents 7c7ef4e + a18eee1 commit 96cd61a

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

hackathon_site/review/admin.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,28 @@ class ApplicationInline(admin.TabularInline):
115115
"data_agree",
116116
)
117117
readonly_fields = (
118-
"tshirt_size",
119118
"get_user_full_name",
120-
"study_level",
119+
"age",
120+
"tshirt_size",
121121
"school",
122+
"study_level",
122123
"graduation_year",
124+
"get_resume_link",
125+
"linkedin",
126+
"github",
127+
"devpost",
128+
"past_hackathon_info",
129+
"what_past_experience",
123130
"why_participate",
124131
"what_technical_experience",
132+
"one_million_dollars_investment",
125133
"discovery_method",
126-
"get_resume_link",
127-
"age",
128-
"get_reviewer_name",
129-
"get_decision_sent_date",
130134
"conduct_agree",
131135
"logistics_agree",
132136
"email_agree",
133137
"resume_sharing",
138+
"get_reviewer_name",
139+
"get_decision_sent_date",
134140
)
135141

136142
def get_user_full_name(self, obj):

0 commit comments

Comments
 (0)