Skip to content

Commit

Permalink
Insert link to email into "contact us" phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalier committed Sep 14, 2016
1 parent e1b1155 commit afbb2e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cadasta/templates/allauth/account/password_reset_done.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ <h1>{% trans "Password Reset" %}</h1>
{% include "account/snippets/already_logged_in.html" %}
{% endif %}

<p>{% blocktrans %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}</p>
<p>{% blocktrans %}We have sent you an e-mail. Please <a href="mailto:[email protected]">contact us</a> if you do not receive it within a few minutes.{% endblocktrans %}</p>
{% endblock %}
2 changes: 1 addition & 1 deletion cadasta/templates/allauth/account/verification_sent.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{% block content %}
<h1>{% trans "Verify Your E-mail Address" %}</h1>

<p>{% 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 %}</p>
<p>{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please <a href="mailto:[email protected]">contact us</a> if you do not receive it within a few minutes.{% endblocktrans %}</p>

{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{% trans "Verify Your E-mail Address" %}</h1>

<p>{% 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 %}</p>
<a href="mailto:[email protected]">contact us</a> if you do not receive it within a few minutes.{% endblocktrans %}</p>

<p>{% blocktrans %}<strong>Note:</strong> you can still <a href="{{ email_url }}">change your e-mail address</a>.{% endblocktrans %}</p>

Expand Down

0 comments on commit afbb2e2

Please sign in to comment.