add email to scan page

This commit is contained in:
Thomas Steen Rasmussen 2020-08-14 14:22:17 +02:00
parent adf9dcd8d8
commit aab0611171

View file

@ -72,6 +72,11 @@ Scan | {{ block.super }}
<strong>Order:</strong>
<td>
{{ ticket.order }}
<tr>
<td>
<strong>User Email:</strong>
<td>
{{ ticket.order.user.email }}
{% endif %}
{% if ticket.sponsor %}