Optimize some views for category report

This commit is contained in:
James Cole
2016-11-12 12:12:11 +01:00
parent a294f757ff
commit c5d2fabfec
4 changed files with 24 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
</p>
{% for category in categories %}
<label class="checkbox-inline">
<input type="checkbox" name="category[]" value="{{ category.id }}"> {{ category.name }}
<input type="checkbox" class="category-checkbox" name="category[]" value="{{ category.id }}"> {{ category.name }}
</label>
{% endfor %}