{% extends "registration/base.html" %} {% load i18n %} {% block registration_content %} {{ block.super }}
{% if validlink %}
{% csrf_token %}
{{ form.as_p }}
{% else %}

{% trans "Password reset failed." %}

{% endif %}
{% endblock %}