manifold url can be configured in myslice.ini - instead of in the git repo - so we...
[myslice.git] / portal / homeview.py
index b5e47fe..b9d039a 100644 (file)
@@ -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):