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