Switch to using database for browse pages.
This commit is contained in:
parent
7313df54f7
commit
b952213b23
6 changed files with 253 additions and 85 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<ul>
|
||||
{% for pid, label in props.items() %}
|
||||
<li><a href="{{ url_for('property_query_page', property_id=pid[1:]) }}">{{ label }}</a>
|
||||
({{ pid }})
|
||||
({{ pid }}) – {{ '{:,d}'.format(counts[pid]) }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue