forked from ScoDoc/ScoDoc
fix static css links
This commit is contained in:
parent
b998a14fad
commit
bff7e40fd8
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
{{super()}}
|
{{super()}}
|
||||||
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/static/css/scodoc.css">
|
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/css/scodoc.css">
|
||||||
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/static/css/entreprises.css">
|
<link rel="stylesheet" href="{{ scu.STATIC_DIR }}/css/entreprises.css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
Loading…
Reference in New Issue
Block a user