{% extends 'dj_accounts/auth_base.html' %} {% load i18n static %} {% block page_title %} {% translate 'Password reset confirmation' %} {% endblock %} {% block content %}
{% if validlink %}
{% csrf_token %} {% include "django/forms/form.html" with form=form %}
{% else %} {% endif %}
{% endblock %}