Changeset - 420974154ac7
[Not reviewed]
0 1 0
Joel Addison - 14 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
...
 
@@ -7,13 +7,13 @@
 
{% load registrasion_tags %}
 
{% load lca2018_tags %}
 
{% items_purchased as purchased %}
 
{% 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 %}
 

	
 
<a type="button" class="btn btn-outline-primary" href="{% url 'regidesk:check_in_scanner' %}">Return to scanning page</a>
 

	
...
 
@@ -33,16 +33,16 @@
 
            <dt class="col-sm-3">Free Text 1</dt>
 
            <dd class="col-sm-9">{{ user.attendee.attendeeprofilebase.attendeeprofile.free_text_1 }}</dd>
 

	
 
            <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>
 

	
 
            <dt class="col-sm-3">PDNS Tickets</dt>
 
            <dd class="col-sm-9">{{ pdns_count }}</dd>
 
            {% endcomment %}
...
 
@@ -65,12 +65,13 @@
 
            {% endfor %}
 
        </table>
 
        {% endcomment %}
 
    </div>
 
</div>
 

	
 
{% comment "Not needed for EO2023" %}
 
<div class="card my-3">
 
    <div class="card-header">Venueless</div>
 
    <div class="card-body">
 
        <dl class="card-text row">
 
            <dt class="col-sm-3">User Id</dt>
 
            <dd class="col-sm-9">{{ check_in.venueless_user_id }}</dd>
...
 
@@ -80,12 +81,13 @@
 

	
 
            <dt class="col-sm-3">Token</dt>
 
            <dd class="col-sm-9">{{ check_in.venueless_token|truncatechars:20 }}</dd>
 
        </dl>
 
    </div>
 
</div>
 
{% endcomment %}
 

	
 
<div class="card my-3">
 
    <div class="card-header">Badge Preview</div>
 
    <div class="card-body">
 
        <img src="{% url 'badge' user.id %}.png" style="max-width: 500px;">
 
    </div>
0 comments (0 inline, 0 general)