forked from CGM_Public/pretix_original
Add support for orders without email addresses
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</strong>
|
||||
</td>
|
||||
<td>
|
||||
{{ o.email }}
|
||||
{{ o.email|default_if_none:"" }}
|
||||
{% if o.invoice_address.name %}
|
||||
<br>{{ o.invoice_address.name }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user