summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index d543b2b..5046c13 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -1,4 +1,5 @@
{% extends 'website/templates/base.html' %}
+{% load static %}
{% block content %}
{% load count_tags %}
<h4><u>Recent Questions</u></h4>
@@ -101,4 +102,5 @@
<script>
$('span').tooltip();
</script>
+<script src="{% static 'website/js/nice-bar.js' %}"></script>
{% endblock %}