Files
edx-platform/registration/password_reset_done.html
2011-12-08 04:02:28 +00:00

10 lines
269 B
HTML
Executable File

{% block title %}Password reset successful{% endblock %}
{% block content %}
<h1>Password reset successful</h1>
<p>We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly.</p>
{% endblock %}