it/itf/templates/registration/password_reset_confirm.html

11 lines
210 B
HTML
Raw Normal View History

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