From cb6b8b3112363c8717575ee09f4447404ab99c59 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 17 Sep 2018 16:32:56 +0530 Subject: Added nccps-2018 prefix to the urls --- static/website/templates/navbar.html | 2 +- static/website/templates/registration/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'static/website') 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 @@ 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 %}

You are not logged in

- login + login {% endif %}

Login

-- cgit