{% extends "admin/base_site_one_col.html" %} {% load i18n %} {% load account %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block branding %}

Papermerge

{% endblock %} {% block bodyclass %}{{ block.super }} login{% endblock %} {% block title %}{% trans "Password recovery" %} | Papermerge{% endblock %} {% block topbar %} {% include "_topbar.html" with current='register' %} {% endblock topbar %} {% block content %}

{% trans "Change your password" %}

{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

{% trans "Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}

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