From e34c393b45274796f0315f716f1a3a4da964f484 Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Wed, 5 Mar 2008 14:28:33 -0500 Subject: [PATCH] Come on.. fix typo. --- fas/fas/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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