{% extends 'oscar/layout.html' %} {% load i18n %} {% block title %} {% trans 'Password reset' %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans "Password reset" %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

{% include 'oscar/partials/form_fields.html' with style='stacked' %}
{% endblock %}