diff --git a/netbox/templates/table.html b/netbox/templates/table.html
index 8782f0796..bc038bad3 100644
--- a/netbox/templates/table.html
+++ b/netbox/templates/table.html
@@ -1,4 +1,4 @@
-{% extends 'django_tables2/table.html' %}
+{% extends 'django_tables2/boostrap-responsive.html' %}
{% load django_tables2 %}
{# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}
diff --git a/requirements.txt b/requirements.txt
index 9859ec187..e8a4a7784 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ django-debug-toolbar>=1.6
django-filter>=1.0.1
django-mptt==0.8.7
django-rest-swagger>=2.1.0
-django-tables2>=1.2.5
+django-tables2>=1.6.0
djangorestframework>=3.5.0
graphviz>=0.4.10
Markdown>=2.6.7