From 5a95bd6ef905f02d8691ccda608d2bf76e8dc6d8 Mon Sep 17 00:00:00 2001
From: Nathalie Rud
Date: Mon, 12 Sep 2016 16:00:36 +0300
Subject: [PATCH] Insert link to email into "contact us" phrases
See https://github.com/Cadasta/cadasta-platform/issues/631
---
cadasta/templates/allauth/account/password_reset_done.html | 2 +-
cadasta/templates/allauth/account/verification_sent.html | 2 +-
cadasta/templates/allauth/account/verified_email_required.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cadasta/templates/allauth/account/password_reset_done.html b/cadasta/templates/allauth/account/password_reset_done.html
index e90504f71..8047c4295 100644
--- a/cadasta/templates/allauth/account/password_reset_done.html
+++ b/cadasta/templates/allauth/account/password_reset_done.html
@@ -12,5 +12,5 @@ {% trans "Password Reset" %}
{% include "account/snippets/already_logged_in.html" %}
{% endif %}
- {% blocktrans %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
+ {% blocktrans %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %}
diff --git a/cadasta/templates/allauth/account/verification_sent.html b/cadasta/templates/allauth/account/verification_sent.html
index 5f7133194..4a27a648d 100644
--- a/cadasta/templates/allauth/account/verification_sent.html
+++ b/cadasta/templates/allauth/account/verification_sent.html
@@ -7,6 +7,6 @@
{% block content %}
{% trans "Verify Your E-mail Address" %}
- {% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
+ {% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% endblock %}
diff --git a/cadasta/templates/allauth/account/verified_email_required.html b/cadasta/templates/allauth/account/verified_email_required.html
index 8115c4894..edb9e24d2 100644
--- a/cadasta/templates/allauth/account/verified_email_required.html
+++ b/cadasta/templates/allauth/account/verified_email_required.html
@@ -15,7 +15,7 @@ {% trans "Verify Your E-mail Address" %}
{% blocktrans %}We have sent an e-mail to you for
verification. Please click on the link inside this e-mail. Please
-contact us if you do not receive it within a few minutes.{% endblocktrans %}
+contact us if you do not receive it within a few minutes.{% endblocktrans %}
{% blocktrans %}Note: you can still change your e-mail address.{% endblocktrans %}