diff --git a/smash/web/templates/includes/tablesorter.css.html b/smash/web/templates/includes/tablesorter.css.html
deleted file mode 100644
index 77a5d1310986ee746b7de6dd4fdf536e31cc7b77..0000000000000000000000000000000000000000
--- a/smash/web/templates/includes/tablesorter.css.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% load static %}
-
-<!-- Tablesorter -->
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/theme.bootstrap_3.min.css' %}">
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/jquery.tablesorter.pager.min.css' %}">
-<link rel="stylesheet" href="{% static 'AdminLTE/plugins/tablesorter/css/filter.formatter.min.css' %}">
\ No newline at end of file
diff --git a/smash/web/templates/includes/tablesorter.js.html b/smash/web/templates/includes/tablesorter.js.html
deleted file mode 100644
index 7ad3edf86663aa026280d34e2f88eda000b0d88c..0000000000000000000000000000000000000000
--- a/smash/web/templates/includes/tablesorter.js.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% load static %}
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.min.js' %}"></script>
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.widgets.min.js' %}"></script>
-<script src="{% static 'AdminLTE/plugins/tablesorter/js/jquery.tablesorter.pager.js' %}"></script>
\ No newline at end of file
diff --git a/smash/web/templates/includes/tablesorter.tfoot.html b/smash/web/templates/includes/tablesorter.tfoot.html
deleted file mode 100644
index 3864f5c4a6d012e2cd6706b174442bb21ea866d4..0000000000000000000000000000000000000000
--- a/smash/web/templates/includes/tablesorter.tfoot.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<tfoot>
-<tr>
-    <th colspan="8" class="ts-pager form-inline">
-        <div class="btn-group btn-group-sm" role="group">
-            <button type="button" class="btn btn-default first"><span class="glyphicon glyphicon-step-backward"></span>
-            </button>
-            <button type="button" class="btn btn-default prev"><span class="glyphicon glyphicon-backward"></span>
-            </button>
-        </div>
-        <span class="pagedisplay"></span>
-        <div class="btn-group btn-group-sm" role="group">
-            <button type="button" class="btn btn-default next"><span class="glyphicon glyphicon-forward"></span>
-            </button>
-            <button type="button" class="btn btn-default last"><span class="glyphicon glyphicon-step-forward"></span>
-            </button>
-        </div>
-        <select class="form-control input-sm pagesize" title="Select page size">
-            <option selected="selected" value="10">10</option>
-            <option value="20">20</option>
-            <option value="30">30</option>
-            <option value="all">All Rows</option>
-        </select>
-        <select class="form-control input-sm pagenum" title="Select page number"></select>
-    </th>
-</tr>
-</tfoot>