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> <h2>
{% trans "Resend order links" %} {% trans "Resend order links" %}
</h2> </h2>
<div class="row"> <p>
<div class="panel-body">
{% blocktrans trimmed %} {% blocktrans trimmed %}
If you lost the link to your order or orders, please enter the email address you 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 used for your order. We will send you an email with links to all orders you placed
using this email address. using this email address.
{% endblocktrans %} {% endblocktrans %}
</div> </p>
</div>
<div class="row"> <div class="row">
<form class="form" method="post"> <form class="form" method="post">
{% csrf_token %} {% csrf_token %}