From f81b7bcf539e46c0cc85fc9dd0102a4b71a569eb Mon Sep 17 00:00:00 2001
From: Richard Schreiber
Date: Tue, 24 Jan 2023 19:44:36 +0100
Subject: [PATCH] PPv2: fix missing p-tag in payment confirmation
---
.../pretixplugins/paypal2/checkout_payment_confirm.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_confirm.html b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_confirm.html
index cc068c984e..e2ce587171 100644
--- a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_confirm.html
+++ b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_confirm.html
@@ -15,10 +15,12 @@
{% trans "We will then charge your PayPal account and finalize the order." %}
{% else %}
+
{% blocktrans trimmed %}
The total amount listed above will be withdrawn from your PayPal account after the
confirmation of your purchase.
{% endblocktrans %}
+
{% endif %}
{% else %}