{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Resetting password" %} {% endblock %} {% block content %}

{% trans "site_title" %}

{% if validlink %}
{% csrf_token %} {{ form.as_p }}
{% else %}

{% trans "Password reset failed" %}

{% endif %}
{% endblock %}