Checkin fixes

This commit is contained in:
Tobias 2019-01-17 13:46:35 +13:00
parent 811571b54c
commit 26affc4629

View file

@ -136,35 +136,6 @@
</div>
</div>
<div class="card my-3">
<div class="card-header">
<h2 class="card-title">Log Exception</h2>
</div>
<div class="card-body">
<form method="post" class="card-text">
<textarea class="form-control" rows="3" name="exception">{{ check_in.review_text }}</textarea>
<p class="help-block">Reminder: Please tell attendee to email contact@lca2019.org with the details as well</p>
<input class="btn" type="submit" value="Submit">
</form>
</div>
</div>
<div class="card my-3 {% if check_in.checked_in_bool or check_in.schwag_given %}card-danger{% else %}card-success{% endif %}">
<div class="card-header">Bulk actions</div>
<div class="card-body">
<p>Mark attendee as checked in and schwag given</p>
<dl class="row card-text">
<dt class="col-sm-3">Status</dt>
<dd class="col-sm-9">{% if check_in.checked_in_bool or check_in.schwag_given %}One of the items in bulk action is marked as
given already{% else %}Both items are marked as unrecived{% endif %}</dd>
</dl>
<form method="post">
<input type="checkbox" name="bulk" value="bulk" checked hidden>
<input class="btn pull-right" type="submit" value="Submit">
</form>
</div>
</div>
<a type="button" class="btn btn-primary btn-lg" href="{% url 'regidesk:check_in_scanner' %}">Return to scanning page</a>
{% endblock %}