From 3bee3340627fc4e8851fc77454f19216ed1be56c Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Fri, 17 Apr 2020 11:38:05 +0200 Subject: [PATCH] Improve template of email confirmation view --- users/templates/users/resend_confirmation_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/resend_confirmation_email.html b/users/templates/users/resend_confirmation_email.html index 2c086ccd..e0f782e0 100644 --- a/users/templates/users/resend_confirmation_email.html +++ b/users/templates/users/resend_confirmation_email.html @@ -32,8 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% csrf_token %} -

{% blocktrans %}Re-send confirmation email{% endblocktrans %}

-

{% blocktrans %}The confirmation email will be sent to {{ email }}.{% endblocktrans %}

+

{% blocktrans %}Re-send confirmation email?{% endblocktrans %}

+

{% blocktrans %}The confirmation email will be sent to{% endblocktrans %} {{ email }}.

{% trans "Confirm" as tr_confirm %} {% bootstrap_button tr_confirm button_type="submit" icon="ok" button_class="btn-success" %}