8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-02 07:52:23 +00:00

Fix static css loading issue

This commit is contained in:
lhark 2016-12-13 00:14:05 +01:00 committed by root
parent 16348305f6
commit 90df520620

View file

@ -10,7 +10,7 @@
{% bootstrap_css %}
{% 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">
<title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title>
</head>