From 6cc7b549d504c21ccd3d5af26a1b44f03fdce0b2 Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Mon, 2 Mar 2020 11:24:02 -0600 Subject: password change --- templates/passwd_change.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/passwd_change.html (limited to 'templates/passwd_change.html') diff --git a/templates/passwd_change.html b/templates/passwd_change.html new file mode 100644 index 0000000..43cc675 --- /dev/null +++ b/templates/passwd_change.html @@ -0,0 +1,29 @@ +{% extends "about.html" %} +{% block title %}Password Change{%endblock%} +{% block content %} + + + + + + +
+ {{ super() }} + + Welcome, {{name}} +
+ Type your new password below: +
+
+ + + +
+
+
+ + + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3