diff --git a/templates/base.html b/templates/base.html
index cdecf1e..7c9fcb9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -143,7 +143,7 @@
-
+
@@ -297,6 +297,9 @@
"info": true,
"autoWidth": false,
"responsive": true,
+ "columnDefs": [
+ { "orderable": false, "targets": [ 0, -1 ] }
+ ]
});
});
$('.datatables-with-export').show();
@@ -401,4 +404,4 @@
{% endblock %}