{% extends "widget/base.html" %} {% load i18n %} {% load webcms_form_tags %} {% block page_title %} {% trans "Password Reset" %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Password Reset" %}
  • {% endblock %} {% block content %}

    {% trans "Enter e-mail address you have entered during registration process." %}
    {% trans "You will receive immediatelly a link with an option to set a new password." %}

    {% csrf_token %}

    {% trans 'Account e-mail address' %}

    {{ form.email|form_field }}

    * {% trans "Required fields" %}

    « {% trans "Back" %} {% form_button "submit" "Submit" %}
    {% endblock %}