{% extends "aristotle_mdr/base.html" %} {% load static from staticfiles %} {% load render_bundle from webpack_loader %} {% block title %}Password reset successful{% endblock %} {% block webpack_css_bundle %} {% render_bundle 'login' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'login' 'js' %} {% endblock %} {% block content %}
We've e-mailed you instructions for setting your password to the e-mail address you submitted.
You should be receiving it shortly.
{% endblock %}