forked from CGM_Public/pretix_original
Fix order retry issue
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
<form method="post" class="form-horizontal" href="" data-total="{{ order.total|floatformat:2 }}">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="payment" value="{{ provider.identifier }}">
|
||||
<div class="form-horizontal payment-redo-form">
|
||||
{{ form }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user