summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
authorAkshen2018-10-12 11:01:52 +0530
committerAkshen2018-10-12 11:01:52 +0530
commitb7a9ed69460d1843bb6be3721ae494ccccfdbf7c (patch)
tree5e7a55a40672ebd040acbe914ad7549588e4d043 /static/website/templates/index.html
parentd12caaf4506552fd97dc5b6c961b08412650b169 (diff)
parentdf5b673cfb13f4ce66146723384172ee981a6a07 (diff)
downloadnccps-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.html2
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 %}