From 742680620ded99a2e1245f4a907569193e74b1aa Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 28 Feb 2018 16:44:29 -0500 Subject: [PATCH] Correct wording and styling around confirmation emails --- get_together/templates/get_together/emails/base.html | 12 ++++++++++++ .../get_together/users/bad_email_confirmation.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/get_together/templates/get_together/emails/base.html b/get_together/templates/get_together/emails/base.html index 8d9100e..6d73439 100644 --- a/get_together/templates/get_together/emails/base.html +++ b/get_together/templates/get_together/emails/base.html @@ -12,6 +12,18 @@ {%block styles %}{% endblock %} + diff --git a/get_together/templates/get_together/users/bad_email_confirmation.html b/get_together/templates/get_together/users/bad_email_confirmation.html index 6ee3c41..b3f8367 100644 --- a/get_together/templates/get_together/users/bad_email_confirmation.html +++ b/get_together/templates/get_together/users/bad_email_confirmation.html @@ -6,7 +6,7 @@

Unable to confirm email

-

The confirmation link is invalid. Either it does not below to {{request.user.email}} or the confirmation key has expired.

+

The confirmation link is invalid. Either it does not belong to {{request.user.email}} or the confirmation key has expired.

Resend confirmation email