12 lines
305 B
HTML
12 lines
305 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h3>Account Password Changed</h3>
|
|
|
|
The password for user {{ username | user_reference }} has been updated.
|
|
<br>
|
|
<br>
|
|
If this change was not expected, please immediately log into your {{ username | admin_reference }} and reset your password.
|
|
|
|
{% endblock %}
|