Files
penracourses/templates/registration/password_reset_complete.html
T
Ross 8c10e2160a .
2022-06-09 17:54:33 +01:00

9 lines
321 B
HTML

<!-- templates/registration/password_reset_complete.html -->
{% extends 'base.html' %}
{% block title %}Password reset complete{% endblock %}
{% block content %}
<h1>Password reset complete</h1>
<p>Your new password has been set. You can log in now on the <a href="{% url 'login' %}">log in page</a>.</p>
{% endblock %}