Fix weird markup on "resend link" page (#5097)

This commit is contained in:
Raphael Michel
2025-05-13 10:43:26 +02:00
committed by GitHub
parent 5bc1fb8e81
commit 6043a96575

View File

@@ -10,15 +10,13 @@
<h2>
{% trans "Resend order links" %}
</h2>
<div class="row">
<div class="panel-body">
<p>
{% 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 %}
</div>
</div>
</p>
<div class="row">
<form class="form" method="post">
{% csrf_token %}