8 lines
216 B
HTML
8 lines
216 B
HTML
|
<title> Password for {{user}} changed. </title>
|
||
|
|
||
|
<h2> The password for {{user}} has been changed. </h2>
|
||
|
<br><br>
|
||
|
<form action={% url 'index' %} method="get">
|
||
|
<input type="submit" value="Back to indexpage">
|
||
|
</form>
|