{% url 'password_reset' as reset_url %}
{% blocktrans %}
This password reset link has already been used. In case you forgot your password again,
request a new reset link.
{% endblocktrans %}
{% endif %}
{% block title %}{% trans 'Reset Password' %}{% endblock %}
{% if not validlink %}
{% blocktrans %}
Return to home page…
{% endblocktrans %}