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

{% blocktrans %} We've e-mailed you instructions for resetting your password. You should be receiving it shortly. {% endblocktrans %}

{% blocktrans %} If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder. {% endblocktrans %}

{% endblock %}