Skip to content

Commit

Permalink
Update MIVS checklist
Browse files Browse the repository at this point in the history
Requested via Slack!
  • Loading branch information
kitsuta committed Oct 29, 2024
1 parent 5fa8960 commit 2d72d21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions uber/templates/guests/mivs_discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ <h3>MIVS Discussion Group</h3>

<p>The primary contact for your game will be added to the group. You may enter emails for any team members associated with your game who you think should also be added to the group.</p>

<p>We use Discord as our primary means of communication during the event and we host Q&A's leading up to the event in the voice channels. The MIVS Discord is also a great way to start networking not just with this year's showcasing devs, but with MIVS alumni developers. You can join the MIVS Discord here: <a href="https://discord.gg/Mw5ArhYzQQ" target="_blank">https://discord.gg/Mw5ArhYzQQ</a></p>

<form class="form form-horizontal" method="post" action="mivs_discussion">
<input type="hidden" name="guest_id" value="{{ guest.id }}"/>
<div class="form-group">
Expand Down
8 changes: 7 additions & 1 deletion uber/templates/guests/mivs_hotel_space.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Expand Down

0 comments on commit 2d72d21

Please sign in to comment.