Styled facets with different bullets

This commit is contained in:
Simon Willison 2020-10-27 11:57:34 -07:00
commit fe5e813f06
2 changed files with 14 additions and 3 deletions

View file

@ -132,7 +132,7 @@
<a href="{{ facet_info.toggle_url }}" class="cross">&#x2716;</a>
{% endif %}
</p>
<ul>
<ul class="tight-bullets">
{% for facet_value in facet_info.results %}
{% if not facet_value.selected %}
<li><a href="{{ facet_value.toggle_url }}">{{ (facet_value.label if facet_value.label is not none else "_") }}</a> {{ "{:,}".format(facet_value.count) }}</li>