You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
257 B

{% extends 'layout.html' %}
{% block title %}
New Password Confirmed
{% endblock %}
{% block body %}
<h1>Password reset complete.</h1>
<p>Your new password has been set. You can login now on the <a href="{% url 'login' %}">login page</a></p>
{% endblock %}