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

{% trans "Password reset" %}

{% if validlink %}
{% crispy form %}
{% else %}

{% trans "Password reset failed" %}

{% endif %}
{% endblock %}