{% extends "password_reset/base.html" %} {% load i18n bootstrap3 %} {% block title %}{% trans "Password recovery" %}{% endblock %} {% block content %}
{% blocktrans %}

Please, insert your username or email.
You will soon receive an email with the instructions to be followed.

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