Fixed typo in template

This commit is contained in:
Jeremy Stretch 2017-05-03 14:32:27 -04:00
parent 455f5e18fa
commit c3f770cd58

View File

@ -1,4 +1,4 @@
{% extends 'django_tables2/boostrap-responsive.html' %}
{% extends 'django_tables2/bootstrap-responsive.html' %}
{% load django_tables2 %}
{# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}