Allow responsive tables (#1124)

* Make tables responsive #1115

Resolves #1115
This commit is contained in:
Brian Ellwood
2017-05-03 14:30:05 -04:00
committed by Jeremy Stretch
parent 4ac5bce270
commit 455f5e18fa
2 changed files with 2 additions and 2 deletions

View File

@@ -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 #}