Tweak spacing

This commit is contained in:
Matthew Scragg 2016-04-24 18:11:47 -05:00
parent 82b90adf2d
commit 71de000b2c
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{% block js %}
<script>
$(document).ready(function() {
$('.data-table').dataTable({'aaSorting': [[0, "asc"], [1, "asc"]]});
$('.data-table').dataTable({'aaSorting': [[0, "asc"], [1, "asc"]]});
});
</script>
{% endblock %}