forked from CGM_Public/pretix_original
Order list export: Expose same "extended status" as in backend (#3674)
* Order list export: Expose same "extended status" as in backend * Review notes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% load i18n %}
|
||||
{% load bootstrap3 %}
|
||||
{# Changes should be replicated in pretixpresale/event/fragment_order_status.html and in pretix/base/models/orders.py #}
|
||||
{% if order.status == "n" %}
|
||||
{% if order.require_approval %}
|
||||
<span class="label label-warning {{ class }}">
|
||||
|
||||
Reference in New Issue
Block a user