simplified manifold config (one url will do just fine)
[unfold.git] / auth / views.py
index 5237a64..6490ef5 100644 (file)
@@ -14,7 +14,7 @@ def login_user(request):
     state = "Please log in below..."
     username = password = ''
     env={'hard_wired_users':MyCustomBackend.hard_wired_users,
-         'manifold_url':Config.manifold_url(),
+         'manifold_url':Config.manifold_url,
          }
 
     if request.POST: