Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
carmen-chau committed Oct 9, 2024
1 parent 4825bd0 commit e3a832b
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions hackathon_site/review/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,34 +114,19 @@ class ApplicationInline(admin.TabularInline):
"conduct_agree",
"data_agree",
)

readonly_fields = (
"get_reviewer_name",
"get_decision_sent_date",
"get_user_full_name",
"age",
"pronouns",
"free_response_pronouns",
"gender",
"free_response_gender",
"phone_number",
"city",
"country",
"tshirt_size",
"dietary_restrictions",
"free_response_dietary_restrictions",
"under_represented_group",
"sexual_identity",
"free_response_sexual_identity",
"highest_formal_education",
"free_response_highest_formal_education",
"school",
"study_level",
"school",
"graduation_year",
"program",
"get_resume_link",
"linkedin",
"github",
"devpost",
"get_resume_link",
"how_many_hackathons",
"past_hackathon_info",
"what_past_experience",
Expand Down

0 comments on commit e3a832b

Please sign in to comment.