Fixed bug: select columns all checked in filters, autocomplete based on query_all...
[myslice.git] / portal / homeview.py
index 592bc93..b9d039a 100644 (file)
@@ -7,7 +7,7 @@ from django.template import RequestContext
 from django.shortcuts import render_to_response
 
 from manifold.manifoldresult import ManifoldResult
-from myslice.viewutils import topmenu_items, the_user
+from ui.topmenu import topmenu_items, the_user
 from myslice.config import Config
 
 class HomeView (View):
@@ -15,7 +15,7 @@ class HomeView (View):
     # expose this so we can mention the backend URL on the welcome page
     def default_env (self):
         return { 
-                 'manifold_url':Config.manifold_url,
+                 'MANIFOLD_URL':Config.manifold_url(),
                  }
 
     def post (self,request):