-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requested via Slack!
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
<h3>Hotel Signups</h3> | ||
<p>We're happy to allow you to purchase 1 hotel room for the Gaylord and this service is made available to you for being part of MIVS. We don't have any extra rooms other than the 1 provided for you. This room is for your use and you are not allowed to transfer your reservation to someone else unless authorized by MAGFest. Dropping out of MIVS may cause your room to be canceled.</p> | ||
|
||
<p>When you click on the hotel link, you will be taken to the same landing page attendees see. Click on the black box HOTEL RESERVATION to begin the process. The other text on the page about sleeping room availability doesn't apply in your case.</p> | ||
|
||
<p>If you want an additional day that isn't available, add it to the waitlist and the request will get cleared once the availability of the room night is confirmed.</p> | ||
|
||
<p>If you are unable to commit to a room before the deadline, please contact {{ c.MIVS_EMAIL|email_only|email_to_link }} as soon as possible and definitely before the deadline of {{ guest.group.studio.checklist_deadline('hotel_space')|datetime_local }} for assistance.</p> | ||
|
||
<p>Please email any hotel questions about to {{ '[email protected]'|email_to_link }}.</p> | ||
|
||
<form class="form form-horizontal" method="post" action="mivs_hotel_space"> | ||
|
@@ -28,7 +34,7 @@ <h3>Hotel Signups</h3> | |
{{ macros.form_group(guest.group.studio, 'email_for_hotel', placeholder="[email protected]") }} | ||
<div class="form-group"> | ||
<div class="col-sm-9 col-sm-offset-3"> | ||
Please <strong><a href="https://registration.experientevent.com/showMFS241/Flow/Guest?cac=MIVS#!/registrant//Dashboard/" target="_hotel">fill out the hotel form here</a></strong>. | ||
Please <strong><a href="https://registration.experientevent.com/showMFS251/Flow/Guest?cac=MIVS#!/registrant//Dashboard/" target="_hotel">fill out the hotel form here</a></strong>. | ||
</div> | ||
</div> | ||
</div> | ||
|