Fix overview

This commit is contained in:
Sachi King 2018-01-21 14:00:23 +11:00
parent 3b0d9bf23a
commit 394cb870d3

View file

@ -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 %}