Julien Rabier il y a 13 ans
Parent
commit
2e581ec97e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      templates/layout.html

+ 1 - 1
templates/layout.html

@@ -9,7 +9,7 @@
     <!-- ma template.css -->
     <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/bootstrap.css') }}">
     <!-- css javascript -->
-    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='jquery.ui.all.css') }}">
+    <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/jquery.ui.all.css') }}">
     <!-- javascript -->
 </head>
 <div class="container-fluid">