diff options
author | prashantsinalkar | 2018-08-23 16:50:33 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-23 16:50:33 +0530 |
commit | a807e46b2ef8c26f9b4bc86429100ce2ec171fcb (patch) | |
tree | d28deaf1b471e12dc6d7d4d5b301865414163ca1 | |
parent | 81af8fb702d0b1b7166a386c671aeaa3d97ff8d1 (diff) | |
download | SciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.tar.gz SciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.tar.bz2 SciPy2018-a807e46b2ef8c26f9b4bc86429100ce2ec171fcb.zip |
added new url for login
-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"> |