Warn that checkin disables profile edit
This commit is contained in:
parent
5beafb2c6b
commit
e59d8d5cd6
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue