[mod] html mods

This commit is contained in:
asciimoo 2013-12-03 14:29:00 +01:00
parent 748fa7f75f
commit db7af79ac8
2 changed files with 3 additions and 5 deletions

View file

@ -3,11 +3,11 @@
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
<input type="submit" value="" id="search_submit" />
</div>
<p>
<div>
{% for category in categories %}
<div class="checkbox_container">
<input type="checkbox" id="checkbox_{{ category }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /><label for="checkbox_{{ category }}" class="cb"></label><label for="checkbox_{{ category }}">{{ category }}</label>
</div>
{% endfor %}
</p>
</div>
</form>