Переглянути джерело

Include OAuth buttons on signup-via-invite page

pull/370/head
Matt Baer 3 роки тому
джерело
коміт
7a09a47de2
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      templates.go

+ 1
- 1
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"))
}



Завантаження…
Відмінити
Зберегти