Browse Source

fix paths

Julien Rabier 13 years ago
parent
commit
2e581ec97e
1 changed files with 1 additions and 1 deletions
  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">