Increase property page size.
This commit is contained in:
parent
8645121e82
commit
1354743ded
3 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue