aboutsummaryrefslogtreecommitdiffstats
path: root/page/templates
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 13:39:23 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 13:39:23 +0800
commit7ba3812f918983a47cda678c31d12e0cd089677a (patch)
tree5731a9549a18f348261df5c8913049b83ab4119c /page/templates
parent650b6c5f48bccd2f79e2489ecd9df9157bac421a (diff)
downloaddjango-skaschool-7ba3812f918983a47cda678c31d12e0cd089677a.tar.bz2
* moved 'introduction.js' -> 'sidebar.js'
* moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
Diffstat (limited to 'page/templates')
-rw-r--r--page/templates/page/introduction.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/page/templates/page/introduction.html b/page/templates/page/introduction.html
index fb22398..9a40b29 100644
--- a/page/templates/page/introduction.html
+++ b/page/templates/page/introduction.html
@@ -10,7 +10,7 @@
{% endblock %}
{% block css_extra %}
- <link href="{% static 'css/introduction.css' %}" rel="stylesheet">
+ <link href="{% static 'css/sidebar.css' %}" rel="stylesheet">
{% endblock %}
{% block content %}
@@ -102,7 +102,7 @@
{% endblock %}
{% block js_extra %}
- <script src="{% static 'js/introduction.js' %}" type="text/javascript"></script>
+ <script src="{% static 'js/sidebar.js' %}" type="text/javascript"></script>
{% endblock %}