Files
edx-platform/lms/templates/registration/password_reset_complete.html
2012-06-06 14:09:01 -04:00

10 lines
168 B
HTML

{% 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 %}