Skip to content
Snippets Groups Projects
Commit c2aa512f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix url

parent 2e5ec7f8
No related branches found
No related tags found
No related merge requests found
Pipeline #75475 canceled
......@@ -18,7 +18,7 @@
<h3>{{ voucher.event }}<h3>
<h4>{{ voucher.code }}</h4>
<p>{% trans "Voucher for" %} {{ voucher.person.first_name }} {{ voucher.person.last_name }} {% trans "to visit event" %} {{ voucher.event }} {% trans "on" %} {{ voucher.event.date_event }} {% trans "at" %} {{ voucher.event.place }}!</p>
<p>{% trans "To use the voucher, register for the event " %} <a href="{% url 'register_event_by_pk' voucher.event.pk %}">{% trans "here" %}</a></p>
<p>{% trans "To use the voucher, register for the event " %} <a href="{% url 'register_event_by_slug' voucher.event.pk %}">{% trans "here" %}</a></p>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment