From b64fe2cb1cab2d79129a1be801f564352d290b0f Mon Sep 17 00:00:00 2001 From: PCoder Date: Fri, 30 Mar 2018 23:02:44 +0200 Subject: [PATCH] Attempt to fix user activation html email template --- .../datacenterlight/emails/user_activation.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/emails/user_activation.html b/datacenterlight/templates/datacenterlight/emails/user_activation.html index 8f270a3f..c2b730b2 100644 --- a/datacenterlight/templates/datacenterlight/emails/user_activation.html +++ b/datacenterlight/templates/datacenterlight/emails/user_activation.html @@ -33,18 +33,22 @@

{{base_url}}{{activation_link}}

-

{% if account_details %} {% url 'hosting:reset_password' as reset_password_url %} +

{% trans "Your account details are as follows" %}: - - {% trans "Username" %} : {% trans "Your email address" %} +

+

+ {% trans "Username" %} : {% trans "Your email address" %}
{% trans "Password" %} : {{account_details}} - +

+

{% trans "You can reset your password here" %}: +

+

{{base_url}}{{reset_password_url}} +

{% endif %} -