Files
edx-platform/registration/password_reset_complete.html

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