{% extends "registration/base.html" %} {% load i18n %} {% load widget_tweaks %} {% block registration_titletag %} {% trans 'Password reset' %} {% endblock registration_titletag %} {% block registration_metadescription %}{% trans 'Password reset' %}{% endblock registration_metadescription %} {% block registration_title %} {% if validlink %}
{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}
{% if form.new_password1.errors or form.new_password2.errors %}{{ form.new_password1.errors }} {{ form.new_password2.errors }}
{% endif %} {% else %}{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %}