Merge pull request #546 from pcoder/task/3911/integrate_resend_activation_link

This PR proposes two minor changes.

    1. Add "resend activation link" to landing payment page
    2. Use target = _blank for the links, so that they open corresponding pages in a new window
This commit is contained in:
Pcoder 2017-12-12 21:26:55 +01:00 committed by GitHub
commit 769d2df585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
<p>
{% trans "Don't have an account yet?" %}<br>
{% trans "You can sign up by filling in the information below." %}<br>
<a href="{% url 'hosting:reset_password' %}">{% trans "Forgot password?" %}</a>
<a href="{% url 'hosting:reset_password' %}" target="_blank">{% trans "Forgot password?" %}</a> or <a href="{% url 'hosting:resend_activation_link' %}" target="_blank">{% trans "Resend activation link" %}?</a>
</p>
{% endif %}
</div>