diff --git a/opentech/apply/funds/templates/funds/submissions_search.html b/opentech/apply/funds/templates/funds/submissions_search.html index 50b2e33b681f556a6372f8469ed63fbe3fdd7eb8..e2c6d176e405588f2b6ed71d5ec6f75065f591f0 100644 --- a/opentech/apply/funds/templates/funds/submissions_search.html +++ b/opentech/apply/funds/templates/funds/submissions_search.html @@ -4,7 +4,7 @@ <div class="wrapper wrapper--medium"> <h3>Search Results</h3> {% if search_term %} - <h5>There are {{ object_list|length }} results for: {{ search_term }}</h5> + <h5>There are {{ object_list.count }} results for: {{ search_term }}</h5> {% endif %} </div> {% endblock %}