-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove COVID references and update volunteer agreement
- Loading branch information
Showing
6 changed files
with
3 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,25 +262,6 @@ <h4>{{ dict[0] }}{% if dict[1] != '0' %} (${{ dict[1] }}){% endif %}</h4> | |
{% endif %} | ||
|
||
{% if not admin_area %} | ||
<div class="form-group"> | ||
<div class="checkbox col-sm-9 col-sm-offset-3"> | ||
<label class="checkbox-label"> | ||
{{ macros.checkbox(attendee, 'agreed_to_covid_policies', is_readonly=read_only, clientside_bool=clientside_bool, is_required=True) }} | ||
{% if c.COVID_POLICIES_URL %} | ||
<strong>Yes</strong>, I acknowledge that I have read and agree to abide by the | ||
{{ macros.popup_link(c.COVID_POLICIES_URL, c.EVENT_NAME_AND_YEAR ~ " COVID Policies") }} | ||
in their entirety. I understand the <strong>vaccination requirements</strong> for all individuals, | ||
including minors, and I understand that MAGFest, Inc. has a <strong>no-refunds policy</strong>. | ||
I will contact {{ "[email protected]"|email_to_link }} no later than <strong>May 31</strong> if I require an exemption for | ||
medical or other reasons. | ||
{% else %} | ||
<strong>Yes</strong>, I understand that if accepted, I will need to agree to the {{ c.EVENT_NAME_AND_YEAR ~ " COVID Policy" }} | ||
in order to complete my application.{% if c.PRIOR_COVID_POLICIES_URL %} ({{ macros.popup_link(c.PRIOR_COVID_POLICIES_URL, "See last year's policy here") }}){% endif %} | ||
{% endif %} | ||
</label> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<div class="col-sm-9 col-sm-offset-3">For accessibility-related needs or questions, please contact {{ "[email protected]"|email_to_link }}.</div> | ||
</div> | ||
|
@@ -325,15 +306,3 @@ <h4>{{ dict[0] }}{% if dict[1] != '0' %} (${{ dict[1] }}){% endif %}</h4> | |
</div> | ||
</div> | ||
{% endif %} | ||
|
||
{% if admin_area %} | ||
<div class="form-group"> | ||
<label for="covid_ready" class="col-sm-3 control-label optional-field">Ready to Check In</label> | ||
<div class="checkbox col-sm-9"> | ||
<label class="checkbox-label"> | ||
{{ macros.checkbox(attendee, 'covid_ready') }} | ||
This attendee is cleared to attend {{ c.EVENT_NAME }} under our COVID policies. | ||
</label> | ||
</div> | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters