Skip to content
Snippets Groups Projects
Commit d0b8a870 authored by Tom Teichler's avatar Tom Teichler :beers: Committed by root
Browse files

Add password reset link

parent c15e244b
No related branches found
No related tags found
1 merge request!413Resolve "User registration"
......@@ -9,7 +9,7 @@
<div class="alert warning">
<p>
<i class="material-icons left">warning</i>
{% trans "Forgot your current password? Click here to reset it:" %} <a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a></a>.
{% trans "Forgot your current password? Click here to reset it:" %} <a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>.
</p>
</div>
......
......@@ -26,6 +26,13 @@
{% blocktrans %}Please login to see this page.{% endblocktrans %}
</p>
</div>
<div class="alert primary">
<p>
<i class="material-icons left">info</i>
{% trans "Forgot your current password? Click here to reset it:" %} <a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
</p>
</div>
{% include "socialaccount/snippets/provider_list.html" with process="login" %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment