diff --git a/uber/models/attendee.py b/uber/models/attendee.py index 886f67fd2..55aa4d056 100644 --- a/uber/models/attendee.py +++ b/uber/models/attendee.py @@ -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')