Added hit counts to the document search result page template.
- Legacy-Id: 14551
This commit is contained in:
parent
fcc22da623
commit
c9dd9ef147
|
@ -58,7 +58,7 @@
|
|||
{% else %}
|
||||
<th colspan="{{ meta.headers|length|add:"-1" }}">
|
||||
{% endif %}
|
||||
{{ doc_group.grouper|plural:doc_group.list }}
|
||||
{{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
|
||||
</th>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue