{% 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 %}<h2>{% trans "Password reset email sent" %}</h2>{% endblock content_title %} {% block body %} <p>{% trans "An e-mail has been sent to you which explains how to reset your password." %}</p> {% endblock body %}