diff options
author | Sashi20 | 2019-09-17 17:02:43 +0530 |
---|---|---|
committer | Sashi20 | 2019-09-17 17:02:43 +0530 |
commit | f193ddc4fae94202e1e37709fe964ecfb2bfcbe3 (patch) | |
tree | 2c7792452b9b0bb0d84849b468ad06584fcb25a8 /static/website/templates/registration/password_reset_done.html | |
parent | 6e4efb29183e2ba5f491e5f284722b8dbea170b3 (diff) | |
download | SciPy2019-f193ddc4fae94202e1e37709fe964ecfb2bfcbe3.tar.gz SciPy2019-f193ddc4fae94202e1e37709fe964ecfb2bfcbe3.tar.bz2 SciPy2019-f193ddc4fae94202e1e37709fe964ecfb2bfcbe3.zip |
Modify the forgot password templates
Diffstat (limited to 'static/website/templates/registration/password_reset_done.html')
-rwxr-xr-x | static/website/templates/registration/password_reset_done.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/website/templates/registration/password_reset_done.html b/static/website/templates/registration/password_reset_done.html index 38cc6da..44494a0 100755 --- a/static/website/templates/registration/password_reset_done.html +++ b/static/website/templates/registration/password_reset_done.html @@ -8,7 +8,7 @@ <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon"> - <title>SciPy India 2018</title> + <title>SciPy India 2019</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="{% static 'vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet"> @@ -19,9 +19,9 @@ <center> {% block header %} - <header id="header1" style="background-color: #01c3d9;"> + <header id="header1" style="background-color: #ceab6a;"> <br> - <h1>SciPy India 2018</h1> + <h1>SciPy India 2019</h1> <h2>Reset Password</h2> <br> </header> |