summaryrefslogtreecommitdiff
path: root/static/website/templates/login.html
diff options
context:
space:
mode:
authorSashi202018-09-24 12:42:34 +0530
committerGitHub2018-09-24 12:42:34 +0530
commitc0218105ddbe0d8c9a6f7780c7947e9afee7477a (patch)
tree6aecf9c4183dbb2743a138b3dc2dcca4b6476900 /static/website/templates/login.html
parent410a101a020b421c76c178fe295e0e1769bfefd7 (diff)
parentbbbddcbde38b4584590f93aa8ed628ad705d546b (diff)
downloadnccps-2018-c0218105ddbe0d8c9a6f7780c7947e9afee7477a.tar.gz
nccps-2018-c0218105ddbe0d8c9a6f7780c7947e9afee7477a.tar.bz2
nccps-2018-c0218105ddbe0d8c9a6f7780c7947e9afee7477a.zip
Merge pull request #12 from Sashi20/master
Rectified forgot password link in login template
Diffstat (limited to 'static/website/templates/login.html')
-rw-r--r--static/website/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/login.html b/static/website/templates/login.html
index 65da512..2dd3418 100644
--- a/static/website/templates/login.html
+++ b/static/website/templates/login.html
@@ -20,7 +20,7 @@
<a style="padding-right : 20px;" href="{% url 'website:user_register' %}" class="btn btn btn-primary">Create an Account
</a>
<br>
- <a href="/2018/forgotpassword/">Forgot Password?</a>
+ <a href="/nccps-2018/forgotpassword/">Forgot Password?</a>
</form>
</p>
</div>