Make tables responsive #1115

Resolves #1115
This commit is contained in:
Brian Ellwood 2017-05-02 13:35:23 -04:00 committed by GitHub
parent 1f7ef15ad1
commit 92c3d0b511

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