ungleich-user/dal/templates/changedpassword.html
2019-02-17 17:43:06 +01:00

7 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>