mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
PPv2: fix missing p-tag in payment confirmation
This commit is contained in:
@@ -15,10 +15,12 @@
|
|||||||
{% trans "We will then charge your PayPal account and finalize the order." %}
|
{% trans "We will then charge your PayPal account and finalize the order." %}
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
The total amount listed above will be withdrawn from your PayPal account after the
|
The total amount listed above will be withdrawn from your PayPal account after the
|
||||||
confirmation of your purchase.
|
confirmation of your purchase.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user