diff --git a/changepasswd.html b/changepasswd.html new file mode 100644 index 0000000..7068621 --- /dev/null +++ b/changepasswd.html @@ -0,0 +1,58 @@ +{% extends 'base.html' %} +{% load static %} + +{% block a %} +
Change Your Password +
+
+
+ +
+
+
+ Google +

Change your Password

+ +
+ {% if status %} +
Your password change successfully
+ {% endif %} +
+ {% csrf_token %} + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+
+ + +
+ + +
+
+
+
+
+{% endblock %} \ No newline at end of file