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 | |
parent | fe4cae16b848c9aa24f71b7a0c3947090c985bfe (diff) | |
download | SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.gz SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.bz2 SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.zip |
New Commit
Diffstat (limited to 'website/templates/registration')
6 files changed, 6 insertions, 6 deletions
diff --git a/website/templates/registration/password_change_done.html b/website/templates/registration/password_change_done.html index 7edddfa..753daa5 100755 --- a/website/templates/registration/password_change_done.html +++ b/website/templates/registration/password_change_done.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 %} diff --git a/website/templates/registration/password_change_form.html b/website/templates/registration/password_change_form.html index 4884aca..61b4e6c 100755 --- a/website/templates/registration/password_change_form.html +++ b/website/templates/registration/password_change_form.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 %} 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 %} diff --git a/website/templates/registration/password_reset_confirm.html b/website/templates/registration/password_reset_confirm.html index 32c6bbd..86d5cdb 100755 --- a/website/templates/registration/password_reset_confirm.html +++ b/website/templates/registration/password_reset_confirm.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 %} diff --git a/website/templates/registration/password_reset_done.html b/website/templates/registration/password_reset_done.html index 1a3dfae..64e28aa 100755 --- a/website/templates/registration/password_reset_done.html +++ b/website/templates/registration/password_reset_done.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 %} diff --git a/website/templates/registration/password_reset_form.html b/website/templates/registration/password_reset_form.html index 5b40bbf..7f1d67c 100755 --- a/website/templates/registration/password_reset_form.html +++ b/website/templates/registration/password_reset_form.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 %} |