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

10 lines
168 B
HTML
Executable File

{% load i18n %}
<h1> Password reset complete </h1>
{% block content %}
Your password has been set. You may go ahead and <a href="/">log in</a> now.
{% endblock %}