{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% load bootstrap3 %} {% block custom_head_css_js %} {% endblock %} {% block html_title %}{% trans 'Forgot password' %}{% endblock %} {% block title %} {% trans 'Forgot password' %}?{% endblock %} {% block content %} {% if errors %}

{{ errors }}

{% endif %}

{% trans 'Input your email, that will send a mail to your' %}

{% csrf_token %} {% bootstrap_field form.email layout="horizontal" %} {% bootstrap_field form.captcha layout="horizontal" %}
{% endblock %}