diff options
author | Sashi20 | 2018-09-17 16:44:19 +0530 |
---|---|---|
committer | GitHub | 2018-09-17 16:44:19 +0530 |
commit | 729145dc29514f25be34168049e5bfd1838379f1 (patch) | |
tree | f6a6f8af9c7cf42ce3785ec431d6b594f8363177 /static/website | |
parent | a16f9b67113e50f65c4a2933c7307a49e6ebe9c7 (diff) | |
parent | cb6b8b3112363c8717575ee09f4447404ab99c59 (diff) | |
download | nccps-2018-729145dc29514f25be34168049e5bfd1838379f1.tar.gz nccps-2018-729145dc29514f25be34168049e5bfd1838379f1.tar.bz2 nccps-2018-729145dc29514f25be34168049e5bfd1838379f1.zip |
Merge pull request #6 from Sashi20/development
Added nccps-2018 prefix to the urls
Diffstat (limited to 'static/website')
-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"> |