Added voucher tag statistics

This commit is contained in:
Raphael Michel
2016-07-30 15:41:59 +02:00
parent 650f2412c2
commit 168288e98a
5 changed files with 84 additions and 3 deletions

View File

@@ -10,6 +10,11 @@
{% trans "All Vouchers" %}
</a>
</li>
<li {% if "event.vouchers.tags" == url_name %}class="active"{% endif %}>
<a href="{% url 'control:event.vouchers.tags' organizer=request.event.organizer.slug event=request.event.slug %}">
{% trans "Tags" %}
</a>
</li>
</ul>
{% block inside %}
{% endblock %}