From 877a98d31f16168158b015b0677c48e60f0e5199 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 2 Apr 2015 19:32:11 +0200 Subject: [PATCH] homepage: add '/auth' and '/tryforms' path (#6177) --- extra/modules/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/modules/root.py b/extra/modules/root.py index 8ccefb6..e7babab 100644 --- a/extra/modules/root.py +++ b/extra/modules/root.py @@ -759,7 +759,7 @@ class AlternateRootDirectory(OldRootDirectory): 'myspace', 'services', 'agenda', 'categories', 'user', ('tmp-upload', 'tmp_upload'), 'json', '__version__', 'themes', 'pages', 'payment', 'invoices', 'accesscode', 'roles', - 'msp', 'api', 'code', 'fargo'] + 'msp', 'api', 'code', 'fargo', 'tryauth', 'auth'] admin = admin.AdminRootDirectory() announces_dir = AnnouncesDirectory()