Increase property page size.

This commit is contained in:
Edward Betts 2019-12-18 19:00:26 +00:00
parent 8645121e82
commit 1354743ded
3 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,7 @@
<p><a href="{{ url_for('browse_page') }}">back to index</a></p>
{#
<p>Sort order:
{% if order == 'name' %}
<b>name</b> or <a href="{{ set_url_args(sort='count') }}">count</a>
@ -16,6 +17,7 @@
<a href="{{ set_url_args(sort='name') }}">name</a> or <b>count</b>
{% endif %}
</p>
#}
<p>Total: {{ '{:,d}'.format(pager.total_count) }}</p>