forked from CGM_Public/pretix_original
Add signals order_info_top and position_info_top
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% eventsignal event "pretix.presale.signals.order_info_top" order=order %}
|
||||
{% if order.status == "p" or order.status == "c" %}
|
||||
{% if refunds %}
|
||||
<div class="alert alert-info">
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
{% include "pretixpresale/event/fragment_order_status.html" with order=order class="pull-right flip" %}
|
||||
<div class="clearfix"></div>
|
||||
</h2>
|
||||
{% eventsignal event "pretix.presale.signals.position_info_top" order=order position=position %}
|
||||
{% include "pretixpresale/event/fragment_downloads.html" %}
|
||||
<div class="panel panel-primary cart">
|
||||
<div class="panel-heading">
|
||||
|
||||
Reference in New Issue
Block a user