{% extends "account/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block head_title %}{% translate "Change Password" %}{% endblock %} {% block inner %}
{% blocktranslate %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktranslate %}
{% else %} {% if form %} {% else %}{% translate 'Your password is now changed.' %}
{% endif %} {% endif %} {% endblock %}