Warn that checkin disables profile edit

This commit is contained in:
Sachi King 2018-01-21 11:31:26 +11:00 committed by James Polley
parent 5beafb2c6b
commit e59d8d5cd6

View file

@ -53,6 +53,10 @@
<dl class="dl-horizontal">
<dt>Status</dt><dd>{% if check_in.checked_in_bool %}Checked in{% else %}Not checked in{% endif %}</dd>
</dl>
<blockquote>
<p>If an attendee sees an error with their contents, please instruct them to change their profile and come back before checking them in.</p>
<p>The attendee will be unable to edit their profile after they have been checked in</p>
</blockquote>
<form method="post">
<input type="checkbox" name="checkin" value="checkin" checked hidden>
<input class="btn {% if check_in.badge_printed %}btn-danger{% else %}btn-success{% endif %} pull-right" type="submit" value="Submit">