Skip to content

Commit

Permalink
Remove reference to STOPS schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Jan 4, 2024
1 parent 46c092e commit b03a330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magprime/templates/forms/attendee/check_in_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
{% endblock %}

{% block accoutrements %}
{% if attendee.accoutrements or attendee.staffing %}
{% if attendee.accoutrements or c.VOLUNTEER_RIBBON in attendee.ribbon_ints %}
<div class="alert alert-info">
{% if attendee.accoutrements %}Please check this attendee in {{ attendee.accoutrements }}.{% endif %}{% if attendee.staffing %}
Instruct this attendee to go to STOPS for their schedule{% if c.VOLUNTEER_RIBBON in attendee.ribbon_ints %} and volunteer ribbon{% endif %}.{% endif %}
{% if attendee.accoutrements %}Please check this attendee in {{ attendee.accoutrements }}.{% endif %}{% if c.VOLUNTEER_RIBBON in attendee.ribbon_ints %}
Instruct this attendee to go to STOPS for their volunteer ribbon.{% endif %}
</div>
{% endif %}
{% endblock %}

0 comments on commit b03a330

Please sign in to comment.