Files
edx-platform/lms/templates/registration/password_reset_done.html
2013-07-31 19:39:15 -04:00

10 lines
307 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<header>
<h2>${_("Password reset successful")}</h2>
<hr>
</header>
<div class="message">
<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>
</div>