{% extends 'base.html' %} {% load crispy_forms_tags i18n %} {% block head_title %}{% trans "Change Password" %}{% endblock %} {% block content %}
{% trans "The password reset link was invalid. Perhaps it has already been used? Please request a" %} {% trans "new password reset" %}.
{% else %} {% if form %}{% trans "Your password is now changed." %}
{% endif %} {% endif %}