Skip to content

Commit

Permalink
Add a warning to Wednesday volunteer shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed May 27, 2024
1 parent ee63ce0 commit 0c31a59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/volunteer/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ <h2>Pick your shifts</h2>

<p>You can get a list of all your shifts as an <a href="{{ url_for('.schedule_ical', token=token) }}">iCal feed</a>.</p>

{% if active_day == "wed" %}
<div class="alert alert-warning">
<p><strong>The EMF site is not open for all ticketholders on Wednesday!</strong></p>
<p>Please do not sign up for Wednesday shifts unless you have already agreed to be on site, either to help with build up, or as part of a village.</p>
<p>If you are willing to volunteer <strong>all day</strong> please contact <a href="mailto:volunteer@emfcamp.org">volunteer@emfcamp.org</a> to confirm this before taking shifts.</p>
</div>
{% endif %}

{% if untrained_roles %}
<div class="alert alert-info">
You still need training before starting a shift for the following roles:
Expand Down

0 comments on commit 0c31a59

Please sign in to comment.