diff --git a/app/views/account/settings/show.html.erb b/app/views/account/settings/show.html.erb
index e0b8cc14a..eed15ec7e 100644
--- a/app/views/account/settings/show.html.erb
+++ b/app/views/account/settings/show.html.erb
@@ -1,7 +1,6 @@
<% @page_title = "Account Settings for #{Account.sole.name}" %>
<% content_for :header do %>
- <%= render "filters/menu" %>
<% end %>
diff --git a/app/views/cards/index.html.erb b/app/views/cards/index.html.erb
index b04212bf8..8fcca4d7c 100644
--- a/app/views/cards/index.html.erb
+++ b/app/views/cards/index.html.erb
@@ -4,8 +4,6 @@
<%= render "cards/broadcasts", records: @page.records %>
<% content_for :header do %>
- <%= render "filters/menu" %>
-
diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb
index 92fba9e3f..c29519498 100644
--- a/app/views/cards/show.html.erb
+++ b/app/views/cards/show.html.erb
@@ -7,7 +7,6 @@
<% end %>
<% content_for :header do %>
- <%= render "filters/menu" %>
<%= link_back_to_collection(@card.collection) %>
<% end %>
diff --git a/app/views/collections/columns/closeds/show.html.erb b/app/views/collections/columns/closeds/show.html.erb
index 7ed422c02..853e02087 100644
--- a/app/views/collections/columns/closeds/show.html.erb
+++ b/app/views/collections/columns/closeds/show.html.erb
@@ -1,8 +1,6 @@
<% @page_title = "Column: Closed" %>
<% content_for :header do %>
- <%= render "filters/menu" %>
-