mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
committed by
Raphael Michel
parent
1a24a2e892
commit
7cbc497737
@@ -91,6 +91,7 @@
|
|||||||
<dt>{% trans "User" %}</dt>
|
<dt>{% trans "User" %}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{{ order.email }}
|
{{ order.email }}
|
||||||
|
{% if order.status != "c" %}
|
||||||
<form class="form-inline helper-display-inline" method="post"
|
<form class="form-inline helper-display-inline" method="post"
|
||||||
action="{% url "control:event.order.resendlink" event=request.event.slug organizer=request.event.organizer.slug code=order.code %}">
|
action="{% url "control:event.order.resendlink" event=request.event.slug organizer=request.event.organizer.slug code=order.code %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
@@ -98,6 +99,7 @@
|
|||||||
{% trans "Resend link" %}
|
{% trans "Resend link" %}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
{% if invoices %}
|
{% if invoices %}
|
||||||
<dt>{% trans "Invoices" %}</dt>
|
<dt>{% trans "Invoices" %}</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user