From b9c709823e26f5b20d3732e1788b871cdd961a03 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 27 Aug 2019 12:29:12 +0530 Subject: added intial code for project --- .../registration/password_change_form.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 static/website/templates/registration/password_change_form.html (limited to 'static/website/templates/registration/password_change_form.html') diff --git a/static/website/templates/registration/password_change_form.html b/static/website/templates/registration/password_change_form.html new file mode 100755 index 0000000..4ea7e58 --- /dev/null +++ b/static/website/templates/registration/password_change_form.html @@ -0,0 +1,49 @@ + +{% load static %} + + + + + + + + + + SciPy India 2018 + + + + + + + + + + {% block header %} +
+
+

SciPy India 2018

+

Reset Password

+
+
+{% endblock %} + +{% block content %} +
+
+
+
+
+ {% csrf_token %} +
+ + {{ form }} +
+
+
+
+
+
+
+
+{% endblock %} -- cgit