From 4948af26af24b04fec8257ecde990e67ab58bd48 Mon Sep 17 00:00:00 2001 From: lewis <747342561@qq.com> Date: Fri, 21 May 2021 10:39:03 +0800 Subject: [PATCH] delete search --- templates/user/profile.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 8967ab566..108761c6d 100755 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -135,7 +135,6 @@ {{template "explore/dataset_list" .}} {{template "base/paginate" .}} {{else}} - {{template "explore/repo_search" .}} {{template "user/dashboard/repo_list_dashboard" .}} {{template "base/paginate" .}} {{end}}