forked from CGM_Public/pretix_original
Fix weird markup on "resend link" page (#5097)
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user