From 92c3d0b5117879202230b322100eb9339dc096a8 Mon Sep 17 00:00:00 2001 From: Brian Ellwood Date: Tue, 2 May 2017 13:35:23 -0400 Subject: [PATCH] Make tables responsive #1115 Resolves #1115 --- netbox/templates/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #}