{% extends "password_reset/base.html" %}{% load i18n %} {% block full_content %}

{% if invalid %}{% url "password_reset_recover" as recovery_url %}

{% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}

{% else %}

Choose your new password

{% csrf_token %} {{ form.as_p }}

{% endif %}
{% endblock %}