From e3c9c21b36ac86c9d97baecc563849c9a4dc63b8 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 10 Oct 2018 15:05:12 +0530 Subject: Minor changes in the navbar and quiz intro --- static/website/templates/index.html | 2 +- static/website/templates/navbar.html | 2 +- static/website/templates/quiz_intro.html | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 9d36028..751f347 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load static %} {% block content %} -
+ {% include 'home.html' %} {% endblock %} diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 43f8d72..6fdfb6f 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -37,7 +37,7 @@
  • C0C
  • Schedule
  • Venue
  • -
  • Organiser
  • +
  • Contact Us
  • DWSIM QUIZ
  • cfp
  • diff --git a/static/website/templates/quiz_intro.html b/static/website/templates/quiz_intro.html index ca66825..2575de1 100644 --- a/static/website/templates/quiz_intro.html +++ b/static/website/templates/quiz_intro.html @@ -33,7 +33,7 @@
    Guidelines
    +
    +

    Link for Quiz will be active from 15-10-2018


    -- cgit