Add link for reseting password

This commit is contained in:
Michal Čihař 2012-03-06 16:08:43 +01:00
parent 9f37da4421
commit 087f55eef1

View File

@ -36,4 +36,9 @@
{% blocktrans %}Do not have an account yet? You can <a href="{{ register_url }}">register</a>.{% endblocktrans %}
</p>
<p>
{% url 'auth_password_reset' as reset_url %}
{% blocktrans %}Forgot your password? You can <a href="{{ reset_url }}">reset it</a>.{% endblocktrans %}
</p>
{% endblock %}