Switch to using database for browse pages.

This commit is contained in:
Edward Betts 2019-12-18 15:06:24 +00:00
parent 7313df54f7
commit b952213b23
6 changed files with 253 additions and 85 deletions

View file

@ -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 }}) &ndash; {{ '{:,d}'.format(counts[pid]) }}
</li>
{% endfor %}
</ul>