Files
edx-platform/lms/templates/registration/password_reset_done.html
2023-08-16 17:07:23 +05:00

10 lines
306 B
HTML

<%! from django.utils.translation import gettext 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>