Skip to content
Snippets Groups Projects
Commit 477412a9 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Always show filters on project list.

parent f458cf94
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment