diff options
Diffstat (limited to 'routers/org/org.go')
-rw-r--r-- | routers/org/org.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/org/org.go b/routers/org/org.go index 07249db5..bedb3839 100644 --- a/routers/org/org.go +++ b/routers/org/org.go @@ -9,13 +9,13 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/pkg/form" - "github.com/gogits/gogs/pkg/base" + "github.com/gogits/gogs/pkg/tool" "github.com/gogits/gogs/pkg/context" "github.com/gogits/gogs/pkg/setting" ) const ( - CREATE base.TplName = "org/create" + CREATE tool.TplName = "org/create" ) func Create(ctx *context.Context) { |