X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fviews.py;h=6490ef59f1184e08cf3dbd52b6226cbc3152d43e;hb=df482c9a6212b2b7134e8130358d213562b9df44;hp=5237a645333686f43801b50c7b52e395baac17ef;hpb=d6f36d854cbc8533f75ca17ce7ec07f35d7a639f;p=unfold.git diff --git a/auth/views.py b/auth/views.py index 5237a645..6490ef59 100644 --- a/auth/views.py +++ b/auth/views.py @@ -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: