fix: update age range in filters for consistency across templates
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s

This commit is contained in:
2026-03-06 12:11:20 +01:00
parent 04fe593d0c
commit 26ad6cd650
2 changed files with 33 additions and 15 deletions

View File

@@ -267,7 +267,7 @@
<div class="filter-group" style="grid-column:span 2;">
<label>Leeftijd</label>
<div class="leeftijd-checkboxes">
{% for age in ['2,5-4','4-5','5-6','6-7','7-8','8-9','9-10','10-11','11-12'] %}
{% for age in ['3-4','4-5','5-6','6-7','7-8','8-9','9-10','10-11','11-12'] %}
<label class="leeftijd-checkbox"><input type="checkbox" value="{{ age }}"><span>{{ age }}</span></label>
{% endfor %}
</div>