1
0
Fork 0

fix static css links

This commit is contained in:
Emmanuel Viennet 2023-04-14 15:15:54 +02:00
parent b998a14fad
commit bff7e40fd8
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{% block styles %}
{{super()}}
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/static/css/scodoc.css">
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/static/css/entreprises.css">
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/css/scodoc.css">
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/css/entreprises.css">
{% endblock %}
{% block title %}