diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:04:25 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:04:25 -0400 |
commit | d775089ad63f271679b609828c0cdcf6b354d715 (patch) | |
tree | 99772976cf1464a919ffaafba04246f119df48c0 /web/templates/change-password/password_change_done.html | |
parent | b30da975af9a01e8c4a31c784a422272033fc87f (diff) |
password changepassword-change
Diffstat (limited to 'web/templates/change-password/password_change_done.html')
-rw-r--r-- | web/templates/change-password/password_change_done.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/templates/change-password/password_change_done.html b/web/templates/change-password/password_change_done.html new file mode 100644 index 0000000..d173329 --- /dev/null +++ b/web/templates/change-password/password_change_done.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block title %}Change Password{% endblock %} + +{% block content %} +Success! +{% endblock %}
\ No newline at end of file |