tune urls
This commit is contained in:
parent
097d64a2ce
commit
f9578af0e4
2 changed files with 13 additions and 4 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue