diff options
author | Sashi20 | 2017-09-22 12:29:59 +0530 |
---|---|---|
committer | Sashi20 | 2017-09-22 12:29:59 +0530 |
commit | 8e34dd1fec91909008f9723a4fc2693a4b5dab1d (patch) | |
tree | 5527f3714e24093ff19d9e2d1fc3e23811d882d5 /website/templates/register/password_reset_confirm.html | |
parent | 8b838fe00a1542e113b34677e38494c046dfd179 (diff) | |
download | SciPy2017-8e34dd1fec91909008f9723a4fc2693a4b5dab1d.tar.gz SciPy2017-8e34dd1fec91909008f9723a4fc2693a4b5dab1d.tar.bz2 SciPy2017-8e34dd1fec91909008f9723a4fc2693a4b5dab1d.zip |
CSS changes made to forgot templates
Diffstat (limited to 'website/templates/register/password_reset_confirm.html')
-rwxr-xr-x | website/templates/register/password_reset_confirm.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/register/password_reset_confirm.html b/website/templates/register/password_reset_confirm.html index 46bfe60..895e30d 100755 --- a/website/templates/register/password_reset_confirm.html +++ b/website/templates/register/password_reset_confirm.html @@ -20,8 +20,10 @@ {% block header %} <header id="header1" style="background-color: #01c3d9;"> + <center> <h1>SciPy India 2017</h1> <h2>Reset Password</h2> + </center> </header> {% endblock %} |