Browse Source

Fix static css loading issue

test_david
lhark 9 years ago
committed by root
parent
commit
90df520620
  1. 2
      templates/base.html

2
templates/base.html

@ -10,7 +10,7 @@
{% bootstrap_css %} {% bootstrap_css %}
{% bootstrap_javascript %} {% bootstrap_javascript %}
<link rel="stylesheet" href="{% static "/static/css/base.css" %}"> <link rel="stylesheet" href="{% static "/css/base.css" %}">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title> <title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title>
</head> </head>

Loading…
Cancel
Save