mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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