Skip to content

Commit

Permalink
Fix shirt step to check attendee instead of self
Browse files Browse the repository at this point in the history
Whoops.
  • Loading branch information
kitsuta committed Nov 14, 2018
1 parent 6e4d354 commit 00a715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uber/templates/signups/shirt_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<li>
{{ macros.checklist_image(attendee.shirt_info_marked) }}
{% if not attendee.placeholder and attendee.food_restrictions_filled_out and (not self.hotel_eligible or self.hotel_requests or not c.BEFORE_ROOM_DEADLINE) %}
{% if not attendee.placeholder and attendee.food_restrictions_filled_out and (not attendee.hotel_eligible or attendee.hotel_requests or not c.BEFORE_ROOM_DEADLINE) %}
<a href="shirt_size">Let us know</a>
{% else %}
Let us know
Expand Down

0 comments on commit 00a715b

Please sign in to comment.