From 8046bf98b721ae64acd6e8051f585f7d2012324e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 11 Oct 2022 18:04:38 +0200 Subject: [PATCH] Make link more visible on redirect.html page --- .../paypal/templates/pretixplugins/paypal/redirect.html | 3 ++- .../paypal2/templates/pretixplugins/paypal2/redirect.html | 3 ++- .../stripe/templates/pretixplugins/stripe/redirect.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pretix/plugins/paypal/templates/pretixplugins/paypal/redirect.html b/src/pretix/plugins/paypal/templates/pretixplugins/paypal/redirect.html index 2b7ff2984d..87e25bcab2 100644 --- a/src/pretix/plugins/paypal/templates/pretixplugins/paypal/redirect.html +++ b/src/pretix/plugins/paypal/templates/pretixplugins/paypal/redirect.html @@ -20,7 +20,8 @@ {% trans "The window to enter your payment data was not opened or was closed?" %}

- + + {% trans "Click here in order to open the window." %}

diff --git a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/redirect.html b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/redirect.html index 2b7ff2984d..87e25bcab2 100644 --- a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/redirect.html +++ b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/redirect.html @@ -20,7 +20,8 @@ {% trans "The window to enter your payment data was not opened or was closed?" %}

- + + {% trans "Click here in order to open the window." %}

diff --git a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/redirect.html b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/redirect.html index 2b7ff2984d..87e25bcab2 100644 --- a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/redirect.html +++ b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/redirect.html @@ -20,7 +20,8 @@ {% trans "The window to enter your payment data was not opened or was closed?" %}

- + + {% trans "Click here in order to open the window." %}