diff options
author | komalsheth286 | 2016-09-20 17:29:09 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-20 17:29:09 +0530 |
commit | 170d96914f0226118a9d1a46ec55973b91c7bdf2 (patch) | |
tree | 8fb14a11591df9aaebebd3b77b08508a5bf77a9a /website/templates/registration/password_reset_complete.html | |
parent | fe4cae16b848c9aa24f71b7a0c3947090c985bfe (diff) | |
download | SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.gz SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.bz2 SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.zip |
New Commit
Diffstat (limited to 'website/templates/registration/password_reset_complete.html')
-rwxr-xr-x | website/templates/registration/password_reset_complete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/registration/password_reset_complete.html b/website/templates/registration/password_reset_complete.html index c36c1f2..c2a765e 100755 --- a/website/templates/registration/password_reset_complete.html +++ b/website/templates/registration/password_reset_complete.html @@ -17,7 +17,7 @@ {% block header %} <header id="header"> - <h1>Scipy India 2016</h1> + <h1>SciPy India 2016</h1> <h2>Reset Password</h2> </header> {% endblock %} |