Customer detailv iew: Do not show names as "None"

This commit is contained in:
Raphael Michel
2021-09-17 10:01:32 +02:00
parent adf40e1d56
commit 93004a8125

View File

@@ -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">