diff options
author | Sashi20 | 2018-09-17 16:32:56 +0530 |
---|---|---|
committer | Sashi20 | 2018-09-17 16:32:56 +0530 |
commit | cb6b8b3112363c8717575ee09f4447404ab99c59 (patch) | |
tree | b61eb5b553914edbb5c890f22ae4fb4b3ed09125 /static/website | |
parent | 8c6c66af7b4b628a2063261ffd240ee4c715f62f (diff) | |
download | nccps-2018-cb6b8b3112363c8717575ee09f4447404ab99c59.tar.gz nccps-2018-cb6b8b3112363c8717575ee09f4447404ab99c59.tar.bz2 nccps-2018-cb6b8b3112363c8717575ee09f4447404ab99c59.zip |
Added nccps-2018 prefix to the urls
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/templates/navbar.html | 2 | ||||
-rw-r--r-- | static/website/templates/registration/login.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 001fce8..7786466 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -49,7 +49,7 @@ <ul class="dropdown-menu"> <li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li> <li><a href="{{SITE_URL}}/#registration">Book your Ticket</a></li> - <li><a href="{% url 'auth:logout' %}?next=/"><i class="fa fa-sign-out"></i> Logout</a></li> + <li><a href="{% url 'auth:logout' %}?next=/nccps-2018"><i class="fa fa-sign-out"></i> Logout</a></li> </ul> </li> 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"> |