{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Reset password" %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %}
{% trans "Reset password" %}

{% blocktrans %}Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.{% endblocktrans %}

{% csrf_token %} {% form form=form %}{% endform %}
{% trans "Reset password" as caption %} {% include "core/partials/save_button.html" with caption=caption icon="priority_high" %}
{% blocktrans %}Please contact one of your site administrators, if you have any trouble resetting your password:{% endblocktrans %} {% include "core/partials/admins_list.html" %}
{% endblock %}