diff options
author | Akshen | 2018-10-12 11:01:52 +0530 |
---|---|---|
committer | Akshen | 2018-10-12 11:01:52 +0530 |
commit | b7a9ed69460d1843bb6be3721ae494ccccfdbf7c (patch) | |
tree | 5e7a55a40672ebd040acbe914ad7549588e4d043 /static/website/templates/index.html | |
parent | d12caaf4506552fd97dc5b6c961b08412650b169 (diff) | |
parent | df5b673cfb13f4ce66146723384172ee981a6a07 (diff) | |
download | nccps-2018-b7a9ed69460d1843bb6be3721ae494ccccfdbf7c.tar.gz nccps-2018-b7a9ed69460d1843bb6be3721ae494ccccfdbf7c.tar.bz2 nccps-2018-b7a9ed69460d1843bb6be3721ae494ccccfdbf7c.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018 into develop
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} - <div class="se-pre-con"></div> + <!-- <div class="se-pre-con"></div> --> {% include 'home.html' %} {% endblock %} |