I am trying to use django password reset app whose usage steps are here,
http://django-password-reset.readthedocs.org/en/latest/quickstart.html
but I'm unable to understand its documentation, specially the 3rd step which is
Link to the password reset page: {% url "password_reset_recover" %}
What steps should I follow to use this app, or is there any alternative password reset app, which have clear documentation
Thanks