mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Order changing permissions, list of ordered items
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a href="{% url 'control:event.orders' organizer=request.event.organizer.slug event=request.event.slug %}"
|
||||
{% if "event.orders" in url_name %}class="active"{% endif %}>
|
||||
{% if "event.order" in url_name %}class="active"{% endif %}>
|
||||
<i class="fa fa-shopping-cart fa-fw"></i>
|
||||
{% trans "Orders" %}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user