tune urls

This commit is contained in:
j 2022-01-28 16:03:23 +00:00
commit f9578af0e4
2 changed files with 13 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<div class="actions">
<strong>Filter:</strong>
<select id="filter-select">
<option value="">All Types</option>
<option value="" selected>All Types</option>
{% for type in types %}
<option value="{{ type.value }}">{{ type.title }}</option>
{% endfor %}