{% extends 'base.html' %} {% load i18n %} {% load widget_tweaks %} {% block title %}{% trans 'Reset your password' %}{% endblock %} {% block content %}
{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktrans %}
{% trans 'Your password is now changed.' %}
{% endif %} {% endif %}