Changeset - e59d8d5cd60b
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2018-01-21 00:48:23
nakato@nakato.io
Warn that checkin disables profile edit
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
vendor/regidesk/regidesk/templates/regidesk/ci_overview.html
Show inline comments
...
 
@@ -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">
0 comments (0 inline, 0 general)