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