10 lines
168 B
HTML
Executable File
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 %}
|