Fix overview
This commit is contained in:
parent
3b0d9bf23a
commit
394cb870d3
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
<td>{{ attendee.ticket_type }}</td>
|
||||
<td>{{ attendee.user.email }}</td>
|
||||
<td><a href="{% url 'regidesk:check_in_user_view' attendee.user.checkin.code %}">{{ attendee.user.checkin.code }}</a></td>
|
||||
<td>{% if attendee.user.checkin.code %}
|
||||
<a href="{% url 'regidesk:check_in_user_view' attendee.user.checkin.code %}">{{ attendee.user.checkin.code }}</a>{% endif %}</td>
|
||||
<td>
|
||||
{% if attendee.user.checkin %}
|
||||
{% if attendee.user.checkin.boardingpass %}
|
||||
|
|
Loading…
Reference in a new issue