Skip to content

Commit

Permalink
Merge pull request #238 from stanfordnmbl/dev
Browse files Browse the repository at this point in the history
Dev into main
  • Loading branch information
carmichaelong authored Nov 15, 2024
2 parents 9337d2d + c1f4b54 commit 79deb09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcserver/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ class Subject(models.Model):
('prefer-not-respond', 'Prefer Not to Respond'),
)
SEX_AT_BIRTH_CHOICES = (
('woman', 'Woman'),
('man', 'Man'),
('intersect', 'Intersect'),
('woman', 'Female'),
('man', 'Male'),
('intersect', 'Intersex'),
('not-listed', 'Not Listed'),
('prefer-not-respond', 'Prefer Not to Respond'),
)
Expand Down

0 comments on commit 79deb09

Please sign in to comment.