diff --git a/templates.go b/templates.go index 3cef57a..be1412c 100644 --- a/templates.go +++ b/templates.go @@ -92,7 +92,7 @@ func initPage(parentDir, path, key string) { filepath.Join(parentDir, templatesDir, "user", "include", "silenced.tmpl"), } - if key == "login.tmpl" || key == "landing.tmpl" { + if key == "login.tmpl" || key == "landing.tmpl" || key == "signup.tmpl" { files = append(files, filepath.Join(parentDir, templatesDir, "include", "oauth.tmpl")) }