Add waiting list

This commit is contained in:
Raphael Michel
2017-02-07 10:03:30 +01:00
parent 8f5849a90c
commit c83f539bba
29 changed files with 1216 additions and 26 deletions
@@ -84,6 +84,12 @@
{% trans "Export" %}
</a>
</li>
<li>
<a href="{% url 'control:event.orders.waitinglist' organizer=request.event.organizer.slug event=request.event.slug %}"
{% if url_name == "event.orders.waitinglist" %}class="active"{% endif %}>
{% trans "Waiting list" %}
</a>
</li>
</ul>
</li>
{% endif %}