forget about manage.py collectstatic and come up with our own brew
[myslice.git] / plugins / tabs.py
index c91f4cf..d487eec 100644 (file)
@@ -3,10 +3,9 @@ from engine.composite import Composite
 class Tabs (Composite):
     
     def requirements (self):
-        return { 'js_files'     : 'bootstrap/js/bootstrap.js',
-                 'css_files'    : ['bootstrap/css/bootstrap.css',
-                                   'css/tabs.css',
-                                   ] }
+        return { 'js_files'     : 'js/bootstrap.js',
+                 'css_files'    : ['css/bootstrap.css', 'css/tabs.css', ] 
+                 }
 
     def template_file (self):
         return "tabs.html"