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

Revert "Fix static css loading issue"

This reverts commit 90df520620.
This commit is contained in:
root 2016-12-13 16:46:32 +01:00
parent 90df520620
commit 93ff47d0e9

View file

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