Update checkin page
Display penguin dinner tickets. Hide Venueless information panel.
This commit is contained in:
parent
bea1998043
commit
420974154a
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
{% items_pending as pending %}
|
||||
{% items_purchased 1 as ticket %}
|
||||
<!-- {% items_purchased 6 as shirts %} -->
|
||||
<!-- {% total_items_purchased 3 as penguin_dinner_count %} -->
|
||||
{% total_items_purchased 3 as penguin_dinner_count %}
|
||||
<!-- {% total_items_purchased 4 as speakers_dinner_count %} -->
|
||||
<!-- {% total_items_purchased 5 as pdns_count %} -->
|
||||
{% ticket_type as ticket_type %}
|
||||
|
@ -36,10 +36,10 @@
|
|||
<dt class="col-sm-3">Free Text 2</dt>
|
||||
<dd class="col-sm-9">{{ user.attendee.attendeeprofilebase.attendeeprofile.free_text_2 }}</dd>
|
||||
|
||||
{% comment "Not needed for EO2023" %}
|
||||
<dt class="col-sm-3">Penguin Dinner Tickets</dt>
|
||||
<dd class="col-sm-9">{{ penguin_dinner_count }}</dd>
|
||||
|
||||
{% comment "Not needed for EO2023" %}
|
||||
<dt class="col-sm-3">Speaker Dinner Tickets</dt>
|
||||
<dd class="col-sm-9">{{ speakers_dinner_count }}</dd>
|
||||
|
||||
|
@ -68,6 +68,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% comment "Not needed for EO2023" %}
|
||||
<div class="card my-3">
|
||||
<div class="card-header">Venueless</div>
|
||||
<div class="card-body">
|
||||
|
@ -83,6 +84,7 @@
|
|||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
|
||||
<div class="card my-3">
|
||||
<div class="card-header">Badge Preview</div>
|
||||
|
|
Loading…
Reference in a new issue