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