left over from merge
This commit is contained in:
parent
42581b19b8
commit
e89c3f53df
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue