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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ m.attendee_name }}
|
{{ m.attendee_name|default_if_none:"" }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="quotabox">
|
<div class="quotabox">
|
||||||
|
|||||||
Reference in New Issue
Block a user