fix bugs caused by #3929 (#3999)

This commit is contained in:
Lunny Xiao 2018-05-23 15:23:23 +08:00 committed by GitHub
parent 71a8fe3e7c
commit 60d95a0b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ import (
const (
tplHooks base.TplName = "repo/settings/webhook/base"
tplHookNew base.TplName = "repo/settings/webhook/new"
tplOrgHookNew base.TplName = "org/settings/webhook/new"
tplOrgHookNew base.TplName = "org/settings/hook_new"
)
// Webhooks render web hooks list page