diff --git a/fas/fas/controllers.py b/fas/fas/controllers.py index d9501ba..fc9b8c5 100644 --- a/fas/fas/controllers.py +++ b/fas/fas/controllers.py @@ -52,7 +52,7 @@ class Root(controllers.RootController): def home(self): return dict() - @expose(template="pkgdb.templates.login", allow_json=True) + @expose(template="fas.templates.login", allow_json=True) def login(self, forward_url=None, previous_url=None, *args, **kwargs): '''Page to become authenticated to the Account System.