1
0
Fork 0

Fix base CSS paths

This commit is contained in:
Emmanuel Viennet 2023-04-14 14:43:48 +02:00
parent 9b4fe1dc5e
commit c29187561a
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}