forked from CGM_Public/pretix_original
Remove order status from emails
This commit is contained in:
@@ -31,14 +31,6 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{% trans "Order status:" %}</strong>
|
||||
</td>
|
||||
<td>
|
||||
{% include "pretixpresale/event/fragment_order_status.html" with order=order %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{% trans "Organizer:" %}</strong>
|
||||
@@ -87,14 +79,6 @@
|
||||
{{ order.code }} ({{ order.datetime|date:"SHORT_DATE_FORMAT" }})
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{% trans "Order status:" %}</strong>
|
||||
</td>
|
||||
<td>
|
||||
{% include "pretixpresale/event/fragment_order_status.html" with order=order %}
|
||||
</td>
|
||||
</tr>
|
||||
{% if cart %}
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user