diff options
author | Sashi20 | 2018-09-24 12:01:35 +0530 |
---|---|---|
committer | Sashi20 | 2018-09-24 12:01:35 +0530 |
commit | 93547abe1ec141ad6fdb19ec080b44828dd7986e (patch) | |
tree | 15c1e2bcdf88a6ba18c9bc0131aaf571f94b3c8d /static/website/templates/registration/password_change_done.html | |
parent | 5c83cb938f927ae96f5b5ece919eb36e850ebd36 (diff) | |
download | nccps-2018-93547abe1ec141ad6fdb19ec080b44828dd7986e.tar.gz nccps-2018-93547abe1ec141ad6fdb19ec080b44828dd7986e.tar.bz2 nccps-2018-93547abe1ec141ad6fdb19ec080b44828dd7986e.zip |
Modified links for forgot password and added BCC email in paper submission acknowledgement email
Diffstat (limited to 'static/website/templates/registration/password_change_done.html')
-rwxr-xr-x | static/website/templates/registration/password_change_done.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html index 67fd9a6..118a40c 100755 --- a/static/website/templates/registration/password_change_done.html +++ b/static/website/templates/registration/password_change_done.html @@ -8,8 +8,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon"> - <title>SciPy India 2017</title> + <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/favicon.png' %}" type="icon"> + <title>NCCPS 2018</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"> @@ -20,9 +20,9 @@ {% block header %} - <header id="header1" style="background-color: #01c3d9;"> + <header id="header1" style="background-color: #b3a366;"> <center> - <h1>SciPy India 2017</h1> + <h1>NCCPS 2018</h1> <h2>Reset Password</h2> </center> </header> |