{% extends "base.html" %} {% load i18n %} {% block content %}

{% block title %}Confirm Password Reset{% endblock %}

{% if validlink %}
{% csrf_token %} {% include "_fields.html" %}
{% else %}

{% trans "Password reset failed" %}

{% endif %} {% endblock %}