mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
PPv2: Simplify "use the button/form below" on paypage.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{% trans "Please turn on JavaScript." %}
|
||||
</div>
|
||||
</noscript>
|
||||
<p>{% trans "Please use the button/form below to complete your payment." %}</p>
|
||||
<p>{% trans "Please select how you want to pay." %}</p>
|
||||
<div id="paypal-button-container" data-paypage="paypal_apm" class="text-center"></div>
|
||||
<input type="hidden" name="payment_paypal_{{ method }}_oid" value="{{ oid }}" id="payment_paypal_{{ method }}_oid" />
|
||||
<input type="hidden" name="payment_paypal_{{ method }}_payer" value="" id="payment_paypal_{{ method }}_payer" />
|
||||
|
||||
Reference in New Issue
Block a user