password_reset_from_key_done.html 227 B

123456789
  1. {% extends '_base.html' %}
  2. {% load crispy_forms_tags %}
  3. {% block title %}Change Password Done{% endblock title %}
  4. {% block content %}
  5. <h1>Password Change Done</h1>
  6. <p>Your password has been changed.</p>
  7. {% endblock content %}