# HG changeset patch # User Brian Neal # Date 1240174875 0 # Node ID 42f22c56ab05a2249a31e2e32487991794987023 # Parent 884839ddbfde53d1c84b363e169ed66b707adec8 Downloads: provide a count of search results on the search results template. diff -r 884839ddbfde -r 42f22c56ab05 gpp/templates/downloads/search_results.html --- a/gpp/templates/downloads/search_results.html Sun Apr 19 21:00:06 2009 +0000 +++ b/gpp/templates/downloads/search_results.html Sun Apr 19 21:01:15 2009 +0000 @@ -12,7 +12,7 @@ {% block content %}

Downloads

{% downloads_navigation %} -

Search Results: {{ query }}

+

Search Results: {{ query }} - {{ page.paginator.count }} result{{ page.paginator.count|pluralize }}

{% if page.object_list %} {% include 'core/pagination_query.html' %}