From 6043a965757459daef3f3c28a374d521779ed31e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 13 May 2025 10:43:26 +0200 Subject: [PATCH] Fix weird markup on "resend link" page (#5097) --- .../presale/templates/pretixpresale/event/resend_link.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/resend_link.html b/src/pretix/presale/templates/pretixpresale/event/resend_link.html index cd0c16b3d..f5a6358d4 100644 --- a/src/pretix/presale/templates/pretixpresale/event/resend_link.html +++ b/src/pretix/presale/templates/pretixpresale/event/resend_link.html @@ -10,15 +10,13 @@

{% trans "Resend order links" %}

-
-
+

{% blocktrans trimmed %} If you lost the link to your order or orders, please enter the email address you used for your order. We will send you an email with links to all orders you placed using this email address. {% endblocktrans %} -

-
+

{% csrf_token %}