mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Added a basic attendee view
This commit is contained in:
@@ -123,6 +123,12 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{% url 'control:event.attendees' organizer=request.event.organizer.slug event=request.event.slug %}">
|
||||
<i class="fa fa-user fa-fw"></i>
|
||||
{% trans "Attendees" %}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if request.eventperm.can_change_vouchers %}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user