Linkify the rego-code in overview view

Should make checkin of lookups easier, links to the page just after
boarding pass scanning
This commit is contained in:
Sachi King 2018-01-20 21:18:59 +11:00
parent 4b5fe34335
commit 05a45b77ed

View file

@ -68,7 +68,7 @@
<td>{{ attendee.attendeeprofilebase.attendeeprofile.name }}</td>
<td>{{ attendee.ticket_type }}</td>
<td>{{ attendee.user.email }}</td>
<td>{{ attendee.user.checkin.code }}</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 %}
{% if attendee.user.checkin.boardingpass %}