diff --git a/modules/context/org.go b/modules/context/org.go
index 427e4910c..9f4ce485e 100644
--- a/modules/context/org.go
+++ b/modules/context/org.go
@@ -72,12 +72,6 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
ctx.ContextUser = org.AsUser()
ctx.Data["Org"] = org
- teams, err := org.LoadTeams()
- if err != nil {
- ctx.ServerError("LoadTeams", err)
- }
- ctx.Data["OrgTeams"] = teams
-
// Admin has super access.
if ctx.IsSigned && ctx.Doer.IsAdmin {
ctx.Org.IsOwner = true
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl
index e995db81d..7127abeb0 100644
--- a/templates/user/dashboard/navbar.tmpl
+++ b/templates/user/dashboard/navbar.tmpl
@@ -61,7 +61,7 @@
{{.i18n.Tr "all"}}
- {{range .OrgTeams}}
+ {{range .Teams}}
{{if not .IncludesAllRepositories}}
{{.Name}}