it/itf/templates/registration/password_reset_complete.html

6 lines
120 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 %}
Password reset successfully
2010-03-03 14:28:00 +00:00
{% endblock %}