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 %} {% endblocktrans %}
</em> </em>
{% endif %} {% endif %}
{% if position.attendee_name %}
<span class="fa fa-user" aria-hidden="true"></span>
{{ position.attendee_name }}
{% endif %}
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">