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_done.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 static/website/templates/registration/password_change_done.html (limited to 'static/website/templates/registration/password_change_done.html') diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html new file mode 100755 index 0000000..67fd9a6 --- /dev/null +++ b/static/website/templates/registration/password_change_done.html @@ -0,0 +1,47 @@ + +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
+
+

SciPy India 2017

+

Reset Password

+
+
+{% endblock %} + +{% block content %} +
+
+
+ + +

Your password has been changed successfully.

+

Redirecting ...

+
+
+
+{% endblock %} \ No newline at end of file -- cgit