password_reset_done.html 420 B

1234567891011
  1. {% extends "pbp_store/store_base.html" %}
  2. {% load i18n %}
  3. {% block right-side %}{% endblock right-side %}
  4. {% block title %}{% trans "Password reset email sent" %}{% endblock title %}
  5. {% block content_title %}<h2>{% trans "Password reset email sent" %}</h2>{% endblock content_title %}
  6. {% block body %}
  7. <p>{% trans "An e-mail has been sent to you which explains how to reset your password." %}</p>
  8. {% endblock body %}