Bad path for static
authorymh <ymh.work@gmail.com>
Fri, 11 Mar 2016 10:38:40 +0100
changeset 21 2dc429dd532c
parent 20 af79d3dd81f7
child 22 ae8bf1fd7bf9
Bad path for static
server/src/metaeducation/templates/base.html
--- a/server/src/metaeducation/templates/base.html	Fri Mar 11 00:03:15 2016 +0100
+++ b/server/src/metaeducation/templates/base.html	Fri Mar 11 10:38:40 2016 +0100
@@ -9,14 +9,14 @@
         <title>{% block title %}RENKAN{% endblock title %}</title>
         <meta name="description" content="" />
         <meta name="author" content="Institut de Recherche et d'Innovation" />
-        <link rel="icon" href="{% static 'img/favicon.ico' %}" type="image/x-icon" />
+        <!--link rel="icon" href="{% static 'img/favicon.ico' %}" type="image/x-icon" /-->
         {% block js_import %}
           <script src="{% static 'renkanmanager/lib/jquery/jquery.js' %}" ></script>
         {% endblock js_import %}
-        
+
         {% block css_import %}
-          <link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
-          <link href="{% static 'css/style.css' %}" rel="stylesheet">
+          <link href="{% static 'metaeducation/css/bootstrap.min.css' %}" rel="stylesheet">
+          <link href="{% static 'metaeducation/css/style.css' %}" rel="stylesheet">
         {% endblock css_import %}
     </head>
     <body>