diff options
author | FOSSEE Git User | 2018-09-17 19:32:14 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-09-17 19:32:14 +0530 |
commit | 9101634821effb65bf8715e30a57bd3ffa714b23 (patch) | |
tree | f6a6f8af9c7cf42ce3785ec431d6b594f8363177 /static/website/templates/registration | |
parent | 606b481405fc1a929b7f9703de891922dca5ddb7 (diff) | |
parent | 729145dc29514f25be34168049e5bfd1838379f1 (diff) | |
download | nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.tar.gz nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.tar.bz2 nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'static/website/templates/registration')
-rw-r--r-- | static/website/templates/registration/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/registration/login.html b/static/website/templates/registration/login.html index 86a90c6..319897c 100644 --- a/static/website/templates/registration/login.html +++ b/static/website/templates/registration/login.html @@ -14,7 +14,7 @@ Hi {{ user.username }}! {% else %} <p>You are not logged in</p> - <a href="{% url 'login' %}">login</a> + <a href="{% url 'auth:login' %}">login</a> {% endif %} <h2>Login</h2> <form method="post"> |