summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-09-17 17:04:11 +0530
committerGitHub2019-09-17 17:04:11 +0530
commit8d2d50c8061f97e52b1d1c72084afb6ffa354211 (patch)
tree2c7792452b9b0bb0d84849b468ad06584fcb25a8
parent5abfdb501af2c5e1d743f1e2d9014e3bf96208d0 (diff)
parentf193ddc4fae94202e1e37709fe964ecfb2bfcbe3 (diff)
downloadSciPy2019-8d2d50c8061f97e52b1d1c72084afb6ffa354211.tar.gz
SciPy2019-8d2d50c8061f97e52b1d1c72084afb6ffa354211.tar.bz2
SciPy2019-8d2d50c8061f97e52b1d1c72084afb6ffa354211.zip
Merge pull request #20 from Sashi20/development
Modify the forgot password templates
-rwxr-xr-xstatic/website/templates/registration/password_change_done.html4
-rwxr-xr-xstatic/website/templates/registration/password_change_form.html4
-rwxr-xr-xstatic/website/templates/registration/password_reset_complete.html7
-rwxr-xr-xstatic/website/templates/registration/password_reset_confirm.html6
-rwxr-xr-xstatic/website/templates/registration/password_reset_done.html6
5 files changed, 13 insertions, 14 deletions
diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html
index 74ca0d3..84a0957 100755
--- a/static/website/templates/registration/password_change_done.html
+++ b/static/website/templates/registration/password_change_done.html
@@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon">
- <title>SciPy India 2018</title>
+ <title>SciPy India 2019</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">
@@ -22,7 +22,7 @@
{% block header %}
<header id="header1">
<center>
- <h1>SciPy India 2018</h1>
+ <h1>SciPy India 2019</h1>
<h2>Reset Password</h2>
</center>
</header>
diff --git a/static/website/templates/registration/password_change_form.html b/static/website/templates/registration/password_change_form.html
index 4ea7e58..69dae01 100755
--- a/static/website/templates/registration/password_change_form.html
+++ b/static/website/templates/registration/password_change_form.html
@@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon">
- <title>SciPy India 2018</title>
+ <title>SciPy India 2019</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">
@@ -22,7 +22,7 @@
{% block header %}
<header id="header1">
<center>
- <h1>SciPy India 2018</h1>
+ <h1>SciPy India 2019</h1>
<h2>Reset Password</h2>
</center>
</header>
diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html
index 0e71729..c7316c4 100755
--- a/static/website/templates/registration/password_reset_complete.html
+++ b/static/website/templates/registration/password_reset_complete.html
@@ -1,4 +1,3 @@
-f
{% load static %}
<!DOCTYPE HTML>
@@ -9,7 +8,7 @@ f
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon">
- <title>SciPy India 2018</title>
+ <title>SciPy India 2019</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 +19,9 @@ f
{% block header %}
- <header id="header1" style="background-color: #01c3d9;">
+ <header id="header1" style="background-color: #ceab6a;">
<center>
- <h1>SciPy India 2018</h1>
+ <h1>SciPy India 2019</h1>
<h2>Reset Password</h2>
</center>
</header>
diff --git a/static/website/templates/registration/password_reset_confirm.html b/static/website/templates/registration/password_reset_confirm.html
index 9e28c2e..5fd0f41 100755
--- a/static/website/templates/registration/password_reset_confirm.html
+++ b/static/website/templates/registration/password_reset_confirm.html
@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon">
- <title>SciPy India 2018</title>
+ <title>SciPy India 2019</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">
@@ -19,9 +19,9 @@
{% block header %}
- <header id="header1" style="background-color: #01c3d9;">
+ <header id="header1" style="background-color: #ceab6a;">
<center>
- <h1>SciPy India 2018</h1>
+ <h1>SciPy India 2019</h1>
<h2>Reset Password</h2>
</center>
</header>
diff --git a/static/website/templates/registration/password_reset_done.html b/static/website/templates/registration/password_reset_done.html
index 38cc6da..44494a0 100755
--- a/static/website/templates/registration/password_reset_done.html
+++ b/static/website/templates/registration/password_reset_done.html
@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="{% static 'img/fevicon.png'%}" type="icon">
- <title>SciPy India 2018</title>
+ <title>SciPy India 2019</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">
@@ -19,9 +19,9 @@
<center>
{% block header %}
- <header id="header1" style="background-color: #01c3d9;">
+ <header id="header1" style="background-color: #ceab6a;">
<br>
- <h1>SciPy India 2018</h1>
+ <h1>SciPy India 2019</h1>
<h2>Reset Password</h2>
<br>
</header>