From 477412a9190ccf86c6b5e0b434ed39abb8a225a7 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Wed, 11 Aug 2021 10:52:47 +0200 Subject: [PATCH] Always show filters on project list. --- .../projects/templates/application_projects/project_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/projects/templates/application_projects/project_list.html b/hypha/apply/projects/templates/application_projects/project_list.html index 81df6e657..901842be5 100644 --- a/hypha/apply/projects/templates/application_projects/project_list.html +++ b/hypha/apply/projects/templates/application_projects/project_list.html @@ -18,7 +18,7 @@ <div class="wrapper wrapper--large wrapper--inner-space-medium"> {% if table %} - {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term search_placeholder="projects" use_search=True filter_action=filter_action use_batch_actions=True %} + {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term search_placeholder="projects" use_search=True filter_action=filter_action use_batch_actions=True filter_classes="filters-open" %} {% render_table table %} {% else %} <p>No Projects Available</p> -- GitLab