diff --git a/fas/fas/controllers.py b/fas/fas/controllers.py index cd24e0b..50ccee2 100644 --- a/fas/fas/controllers.py +++ b/fas/fas/controllers.py @@ -124,7 +124,7 @@ class Root(controllers.RootController): "this resource.") else: msg=_("Please log in.") - forward_url= 'a.' + forward_url= '.' ### FIXME: Is it okay to get rid of this? #cherrypy.response.status=403