mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Order change form: Show attendee names
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user