changed template paths in settings (takes into account the theme)
[myslice.git] / portal / sliceresourceview.py
index afd9531..bdffa3f 100644 (file)
@@ -18,7 +18,7 @@ from plugins.googlemap               import GoogleMap
 from plugins.queryupdater            import QueryUpdater
 from plugins.testbeds                import TestbedsPlugin
 
-from theme import ThemeView
+from myslice.theme import ThemeView
 
 class SliceResourceView (LoginRequiredView, ThemeView):
     template_name = "slice-resource-view.html"