Chromium Code Reviews| Index: milo/appengine/common/middleware.go |
| diff --git a/milo/appengine/common/middleware.go b/milo/appengine/common/middleware.go |
| index 3397d6e808d3ef7de65f1297f5e7e77caeb93592..0a6482cbc8c0094875d973d7cad82523f5b8a08e 100644 |
| --- a/milo/appengine/common/middleware.go |
| +++ b/milo/appengine/common/middleware.go |
| @@ -30,7 +30,7 @@ var authconfig *auth.Config |
| // passed to all templates. |
| func GetTemplateBundle() *templates.Bundle { |
| return &templates.Bundle{ |
| - Loader: templates.FileSystemLoader("templates"), |
| + Loader: templates.FileSystemLoader("../frontend/templates"), |
|
nodir
2017/05/25 15:23:04
when running a test, cwd is test location, and I a
Ryan Tseng
2017/05/26 18:10:52
Acknowledged. Yeah I think the main value of the
nodir
2017/05/26 18:33:04
yeah, a separate CL is fine.
I don't think we pay
|
| DebugMode: info.IsDevAppServer, |
| DefaultTemplate: "base", |
| DefaultArgs: func(c context.Context) (templates.Args, error) { |