mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix static css loading issue
This commit is contained in:
parent
16348305f6
commit
90df520620
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue