updated item group limit to 100

This commit is contained in:
Rushabh Mehta
2013-03-28 17:09:23 +05:30
parent de492d1738
commit 7ab3267886
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,8 @@
{{ item }}
{% endfor %}
</div>
{% if len(items)==20 %}
<div class="alert info">Showing top 20</div>
{% if len(items)==100 %}
<div class="alert info">Showing top 100 items.</div>
{% endif %}
{% else %}
<div class="alert">No items listed.</div>