Skip to content

Commit

Permalink
Add "NO Staff Shirt" to merch items
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Jan 16, 2025
1 parent ebb95b3 commit 540748e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uber/models/attendee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,8 @@ def staff_merch_items(self):
except KeyError:
staff_shirts += ' [{}]'.format("Size unknown")
merch.append(staff_shirts)
elif self.could_get_staff_shirt and self.shirt_opt_out in [c.STAFF_OPT_OUT, c.ALL_OPT_OUT]:
merch.append("NO Staff Shirt")

if self.staffing:
merch.append('Staffer Info Packet')
Expand Down

0 comments on commit 540748e

Please sign in to comment.