From 0d2e0f5384be0e3b20a8cdcff30ea16cb632841a Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 31 Aug 2018 17:08:14 +0530 Subject: Added tentative schedule,registration table,guidelines for cfp --- .../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..a27c585 --- /dev/null +++ b/static/website/templates/registration/password_change_form.html @@ -0,0 +1,49 @@ + +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
+
+

SciPy India 2017

+

Reset Password

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