diff --git a/app/views/cards/_date.html.erb b/app/views/cards/_date.html.erb
deleted file mode 100644
index cc19afe32..000000000
--- a/app/views/cards/_date.html.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<% if card.due_on.present? %>
- <%= form_with model: card, url: collection_card_path(card.collection, card), data: { controller: "form" } do |form| %>
-
- <% end %>
-<% end %>