password_reset_from_key_done.html 251 B

123456789
  1. {% extends "account/base.html" %}
  2. {% load i18n %}
  3. {% block head_title %}{% trans "Change Password" %}{% endblock %}
  4. {% block content %}
  5. <h1>{% trans "Change Password" %}</h1>
  6. <p>{% trans 'Your password is now changed.' %}</p>
  7. {% endblock %}