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_complete.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_complete.html')
-rwxr-xr-x | website/templates/register/password_reset_complete.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/templates/register/password_reset_complete.html b/website/templates/register/password_reset_complete.html index dcaed8b..b8a6131 100755 --- a/website/templates/register/password_reset_complete.html +++ b/website/templates/register/password_reset_complete.html @@ -21,8 +21,10 @@ {% block header %} <header id="header1" style="background-color: #01c3d9;"> + <center> <h1>SciPy India 2017</h1> <h2>Reset Password</h2> + </center> </header> {% endblock %} @@ -30,6 +32,7 @@ <div id="wrapper" style="margin-left: 10%;"> <div id="main"> <section id="content" class="main"> +<br> <p>Your password has been reset. </p> <p>Please <a href="{% url 'website:cfp' %}">Log in</a> with your new password.</p> </section> |