summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-23 16:50:33 +0530
committerprashantsinalkar2018-08-23 16:50:33 +0530
commita807e46b2ef8c26f9b4bc86429100ce2ec171fcb (patch)
treed28deaf1b471e12dc6d7d4d5b301865414163ca1
parent81af8fb702d0b1b7166a386c671aeaa3d97ff8d1 (diff)
downloadSciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.tar.gz
SciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.tar.bz2
SciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.zip
added new url for login
-rw-r--r--static/website/templates/registration/login.html2
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">