Link to browse index and property pages.

This commit is contained in:
Edward Betts 2019-10-09 13:30:15 +01:00
parent 76cd8cefba
commit 2466446644

View file

@ -20,6 +20,13 @@
{% endfor %} {% endfor %}
#} #}
<p>
<a href="{{ url_for('browse_page') }}">browse index</a>
{% for pid, qid in params %}
| <a href="{{ url_for('property_query_page', property_id=pid[1:]) }}">browse {{ labels[pid] }} list</a>
{% endfor %}
</p>
<p>{{ '{:,d}'.format(total) }} paintings found</p> <p>{{ '{:,d}'.format(total) }} paintings found</p>
<a href="#" id="toggle-filters">toggle filters</a> <a href="#" id="toggle-filters">toggle filters</a>