Remove old code line
This commit is contained in:
parent
394cb870d3
commit
ab7aaa95c3
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@
|
|||
<td>{{ attendee.attendeeprofilebase.attendeeprofile.name }}</td>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue