Fix sorting [skip ci]

This commit is contained in:
James Cole 2015-05-08 17:04:24 +02:00
parent 5cf0939ff9
commit d7d9358136

View File

@ -1,4 +1,5 @@
<table class="table table-bordered table-striped sortable">
<thead>
<tr>
<th data-defaultsort="disabled">&nbsp;</th>
<th>Name</th>
@ -10,7 +11,8 @@
<th>Will be automatched</th>
<th>Repeats every</th>
<th data-defaultsort="disabled">&nbsp;</th>
</tr>
</tr></thead>
<tbody>
{% for entry in bills %}
<tr>
<td>
@ -81,4 +83,5 @@
</tr>
{% endfor %}
</tbody>
</table>