{% extends "pbp_store/store_base.html" %} {% load i18n %} {% block right-side %}{% endblock right-side %} {% block title %}{% trans "Password reset email sent" %}{% endblock title %} {% block content_title %}

{% trans "Password reset email sent" %}

{% endblock content_title %} {% block body %}

{% trans "An e-mail has been sent to you which explains how to reset your password." %}

{% endblock body %}