diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 6cd840da..babcff1b 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -2545,14 +2545,6 @@ func searchHandler(res http.ResponseWriter, req *http.Request) {
New ` + t + `
`
- if _, ok := post.(format.CSVFormattable); ok {
- btn += `
-
- system_update_alt
- CSV
- `
- }
-
html += b.String() + script + btn + ``
adminView, err := Admin([]byte(html))