{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block title %}{% trans 'Password reset' %}{% endblock %} {% block base_content %}
{% if validlink %}

Choose a password

Please enter your new password twice so we can verify you typed it in correctly. Try to avoid single words or common phrases, even if you replace a letter with a number or punctuation mark.

A good password is at least 10 characters long — for example 4 randomly chosen words stuck together.

{% csrf_token %} {{form.as_p}}

{% else %}

{% trans 'Password reset unsuccessful' %}

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %}
{% endblock %}