{% extends "password_reset/base.html" %} {% load i18n bootstrap3 %} {% block 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 %}

{% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}

{% csrf_token %} {% bootstrap_form form show_label=False %} {% buttons %} {% endbuttons %}
{% endif %}
{# .col-md-6 #}
{# .row #}
{% endblock %}