From 0697b1616c14bfde456dcc929aa0a83c5655cd42 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 4 Feb 2020 17:31:44 +0000
Subject: [PATCH] fixup! Add ability to filter and order reports on project
 table

---
 .../apply/projects/templates/application_projects/overview.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/apply/projects/templates/application_projects/overview.html b/hypha/apply/projects/templates/application_projects/overview.html
index e3159e849..bf8211541 100644
--- a/hypha/apply/projects/templates/application_projects/overview.html
+++ b/hypha/apply/projects/templates/application_projects/overview.html
@@ -57,7 +57,7 @@
     {% if reports.table.data %}
     <div class="wrapper wrapper--bottom-space">
 
-        {% include "funds/includes/table_filter_and_search.html" with filter=reports.filterset filter_action=reports.url heading="Reports" %}
+        {% include "funds/includes/table_filter_and_search.html" with filter=reports.filterset filter_action=reports.url heading="Reports" filter_classes="filters--dates" %}
 
         {% render_table reports.table %}
 
-- 
GitLab