[fix] menu without js - closes #747

This commit is contained in:
Adam Tauber 2016-11-01 23:11:38 +01:00
parent e23c8f954b
commit 9782633054
8 changed files with 44 additions and 53 deletions

View file

@ -3,7 +3,6 @@
{% for category in categories | reverse %}
<input class="hidden" type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
<label for="checkbox_{{ category|replace(' ', '_') }}">{{ _(category) }}</label>
</label>
{% endfor %}
{% else %}
{% for category in categories %}