summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
authorJayaram Pai2014-03-15 12:07:33 +0530
committerJayaram Pai2014-03-15 12:07:33 +0530
commitec49231eb8ea0bb64788b07cdb600c59762e4422 (patch)
treeb56b4b2c5c310c42267bd28ead4f50929826a1f2 /static/website/templates/index.html
parent8eb49e53e03bc17958386984f64b08f092598739 (diff)
downloadspoken-tutorial-forums-ec49231eb8ea0bb64788b07cdb600c59762e4422.tar.gz
spoken-tutorial-forums-ec49231eb8ea0bb64788b07cdb600c59762e4422.tar.bz2
spoken-tutorial-forums-ec49231eb8ea0bb64788b07cdb600c59762e4422.zip
added cfd workshop notification
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 %}