File size: 165 Bytes
203f582
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{% extends "base_generic.html" %}

{% block content %}

<h1>The password has been changed!</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>

{% endblock %}