diff options
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 %} |