Changeset - 420974154ac7
[Not reviewed]
0 1 0
Joel Addison - 13 months ago 2023-03-13 20:39:53
joel@addison.net.au
Update checkin page

Display penguin dinner tickets.
Hide Venueless information panel.
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
vendor/regidesk/regidesk/templates/regidesk/ci_overview.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)