--- 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>