diff --git a/templates/explore/search.tmpl b/templates/explore/search.tmpl
index 1d984a2e37..a0e1fc5005 100644
--- a/templates/explore/search.tmpl
+++ b/templates/explore/search.tmpl
@@ -13,11 +13,18 @@
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
+ {{if .PageIsExploreOrganizations}}
+
+
{{template "explore/search" .}}
- {{if .PageIsExploreOrganizations}}
-
-
-
- {{end}}
{{if and .PageIsExploreOrganizations .ShowGrouping .OrgHeaders}}
{{/* Grouped View for Organizations */}}
{{template "explore/org_list_grouped" .}}
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl
index 90c71c5d14..fcb8bb6e99 100644
--- a/templates/org/home.tmpl
+++ b/templates/org/home.tmpl
@@ -193,14 +193,6 @@
{{/* Repositories Tab Content */}}
{{if .PageIsViewRepositories}}
{{template "shared/repo/search" .}}
- {{/* Group Toggle */}}
-
-
-
-
{{if and .ShowGrouping .RepoHeaders}}
{{/* Grouped View */}}
diff --git a/templates/shared/repo/search.tmpl b/templates/shared/repo/search.tmpl
index a852e65582..5a5d71d7e3 100644
--- a/templates/shared/repo/search.tmpl
+++ b/templates/shared/repo/search.tmpl
@@ -53,6 +53,13 @@
+ {{if .PageIsViewRepositories}}
+
+