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:
parent
4b5fe34335
commit
05a45b77ed
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
<td>{{ attendee.attendeeprofilebase.attendeeprofile.name }}</td>
|
<td>{{ attendee.attendeeprofilebase.attendeeprofile.name }}</td>
|
||||||
<td>{{ attendee.ticket_type }}</td>
|
<td>{{ attendee.ticket_type }}</td>
|
||||||
<td>{{ attendee.user.email }}</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>
|
<td>
|
||||||
{% if attendee.user.checkin %}
|
{% if attendee.user.checkin %}
|
||||||
{% if attendee.user.checkin.boardingpass %}
|
{% if attendee.user.checkin.boardingpass %}
|
||||||
|
|
Loading…
Reference in a new issue