{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Resetting password" %} {% endblock %} {% block content %} {% if validlink %}
{% csrf_token %} {{ form.as_p }}
{% else %}

{% trans "Password reset failed" %}

{% endif %} {% endblock %}