diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:39:23 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:39:23 +0800 |
commit | 7ba3812f918983a47cda678c31d12e0cd089677a (patch) | |
tree | 5731a9549a18f348261df5c8913049b83ab4119c /page/templates | |
parent | 650b6c5f48bccd2f79e2489ecd9df9157bac421a (diff) | |
download | django-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.html | 4 |
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 %} |