{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %}

    {% trans "Reset your password" %}

    {% trans "Forgotten your password? Enter your e-mail address below, and we'll send a new password to you." %}

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

    {{ form.email.errors }}

    {% endif %}

    {% trans "Be sure to enter the same e-mail address you used to register." %}

    {% endblock %}