forked from CGM_Public/pretix_original
Customer detailv iew: Do not show names as "None"
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{{ m.attendee_name }}
|
||||
{{ m.attendee_name|default_if_none:"" }}
|
||||
</td>
|
||||
<td>
|
||||
<div class="quotabox">
|
||||
|
||||
Reference in New Issue
Block a user