{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block main_panel %}

{% trans "Password Reset" %}

{% csrf_token %} {{ form.email }} {{ form.email.errors }}

{% trans "We will send you an email to set new password" %}

{% endblock %} {% block extra_script %} {% endblock %}