|
|
|
@ -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> |
|
|
|
|