it/itf/templates/registration/password_reset_confirm.html

11 lines
210 B
HTML
Raw Normal View History

2011-08-03 16:46:12 +05:30
{% extends 'registration/register_base.html' %}
2010-03-03 19:58:00 +05:30
2011-08-03 16:46:12 +05:30
{% block reg_content %}
2010-03-03 19:58:00 +05:30
{% if validlink %}
2011-08-03 16:46:12 +05:30
Please enter your new password: {{ form }}
2010-03-03 19:58:00 +05:30
{% else %}
2011-08-03 16:46:12 +05:30
The password reset link was invalid
2010-03-03 19:58:00 +05:30
{% endif %}
{% endblock %}