mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Improve template of email confirmation view
This commit is contained in:
parent
e5b8cc48fa
commit
3bee334062
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
<form class="form" method="post">
|
||||
{% csrf_token %}
|
||||
<h4>{% blocktrans %}Re-send confirmation email{% endblocktrans %}</h4>
|
||||
<p>{% blocktrans %}The confirmation email will be sent to {{ email }}.{% endblocktrans %}</p>
|
||||
<h4>{% blocktrans %}Re-send confirmation email?{% endblocktrans %}</h4>
|
||||
<p>{% blocktrans %}The confirmation email will be sent to{% endblocktrans %} <a href="mailto:{{ email }}">{{ email }}</a>.</p>
|
||||
{% trans "Confirm" as tr_confirm %}
|
||||
{% bootstrap_button tr_confirm button_type="submit" icon="ok" button_class="btn-success" %}
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue