Skip to content

Commit

Permalink
We do not require ID on arrival.
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed May 30, 2024
1 parent b6666d0 commit c7fadc2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions templates/arrivals/checkin.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ <h2>Redeem purchases</h2>
</div>
{% endif %}

{% if source not in [None, 'code'] %}
<div class="alert alert-warning">
<div class="row" style="display: flex">
<div class="col-sm-2 hidden-xs" style="display: flex">
<div style="border: 3px dotted #aa8d4b; width: 100%"></div>
</div>
<div class="col-sm-10">
<h4>Request ID</h4>
<p>Please validate the above details with identification before checking them in.</p>
</div>
</div>
</div>
{% endif %}

{% if purchases|count %}
<table class="table table-condensed table-striped">
<thead><tr>
Expand Down

0 comments on commit c7fadc2

Please sign in to comment.