Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b525f37862 |
@@ -7,24 +7,26 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="widget-select places">
|
<div class="select-filters">
|
||||||
<label for="location-filter" class="visually-hidden">Orte:</label>
|
<div class="widget-select places">
|
||||||
<select id="location-filter">
|
<label for="location-filter" class="visually-hidden">Orte:</label>
|
||||||
<option value="all">Orte</option>
|
<select id="location-filter">
|
||||||
{% for location in locations|default([]) %}
|
<option value="all">Orte</option>
|
||||||
<option value="location-{{ location.id }}">{{ location.title }} ({{ location.count }})</option>
|
{% for location in locations|default([]) %}
|
||||||
{% endfor %}
|
<option value="location-{{ location.id }}">{{ location.title }} ({{ location.count }})</option>
|
||||||
</select>
|
{% endfor %}
|
||||||
</div>
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="widget-select org">
|
<div class="widget-select org">
|
||||||
<label for="org-filter" class="visually-hidden">Veranstalter:</label>
|
<label for="org-filter" class="visually-hidden">Veranstalter:</label>
|
||||||
<select id="org-filter">
|
<select id="org-filter">
|
||||||
<option value="all">Veranstalter</option>
|
<option value="all">Veranstalter</option>
|
||||||
{% for organization in organizations|default([]) %}
|
{% for organization in organizations|default([]) %}
|
||||||
<option value="org-{{ organization.id }}">{{ organization.title }} ({{ organization.count }})</option>
|
<option value="org-{{ organization.id }}">{{ organization.title }} ({{ organization.count }})</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="eventfilter-status" class="visually-hidden" aria-live="polite"></p>
|
<p id="eventfilter-status" class="visually-hidden" aria-live="polite"></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user