Order change form: Show attendee names

This commit is contained in:
Raphael Michel
2024-02-15 14:20:48 +01:00
parent 5a406abdd6
commit 75b93eebc5

View File

@@ -70,6 +70,10 @@
{% endblocktrans %}
</em>
{% endif %}
{% if position.attendee_name %}
<span class="fa fa-user" aria-hidden="true"></span>
{{ position.attendee_name }}
{% endif %}
</h3>
</div>
<div class="panel-body">