forked from ScoDoc/ScoDoc
Fix base CSS paths
This commit is contained in:
parent
9b4fe1dc5e
commit
c29187561a
@ -3,8 +3,8 @@
|
||||
|
||||
{% block styles %}
|
||||
{{super()}}
|
||||
<link rel="stylesheet" href="/ScoDoc/static/css/scodoc.css">
|
||||
<link rel="stylesheet" href="/ScoDoc/static/css/entreprises.css">
|
||||
<link rel="stylesheet" href="{{ url_for('scodoc.index') }}/ScoDoc/static/css/scodoc.css">
|
||||
<link rel="stylesheet" href="{{ url_for('scodoc.index') }}/ScoDoc/static/css/entreprises.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
|
Loading…
Reference in New Issue
Block a user