From d775089ad63f271679b609828c0cdcf6b354d715 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Tue, 29 Oct 2024 12:04:25 -0400 Subject: password change --- web/templates/change-password/password_change_done.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/templates/change-password/password_change_done.html (limited to 'web/templates/change-password/password_change_done.html') 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 -- cgit v1.2.3-70-g09d2