summaryrefslogtreecommitdiff
path: root/templates/packages/search_paginator.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/search_paginator.html')
-rw-r--r--templates/packages/search_paginator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search_paginator.html b/templates/packages/search_paginator.html
index 3c368b82..4c2bef03 100644
--- a/templates/packages/search_paginator.html
+++ b/templates/packages/search_paginator.html
@@ -22,6 +22,6 @@
</span>
</div>
{% else %}
- <p>{{ package_list.count }} packages found.</p>
+ <p>{{ package_list|length }} packages found.</p>
{% endif %}
</div>