Fix #256 -- Allow exact filtering of voucher tags

This commit is contained in:
Raphael Michel
2021-03-15 16:16:49 +01:00
parent 46cee890f0
commit 5e34032821
2 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
<td>
<strong>
{% if t.tag %}
<a href="{% url "control:event.vouchers" organizer=request.event.organizer.slug event=request.event.slug %}?tag={{ t.tag|urlencode }}">
<a href="{% url "control:event.vouchers" organizer=request.event.organizer.slug event=request.event.slug %}?tag={{ '"'|add:t.tag|add:'"'|urlencode }}">
{{ t.tag }}
</a>
{% else %}