{% extends 'base_structure/layout/base_authentication_template.html' %} {% load i18n static %} {% block content %}

Password Reset Confirm

{% include 'base_structure/elements/message.html' %}
{% if validlink %}
{% csrf_token %}
{{ form.new_password1.errors }}
{{ form.new_password2.errors }}
{% else %}

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

{% endif %}
{% endblock content%} {% block javascript %} {% endblock %}