Fix minor HTML issue.
[django-tables2.git] / README.rst
1 ===============================================
2 django-tables - An app for creating HTML tables
3 ===============================================
4
5 django-tables simplifies the task of turning sets of datainto HTML tables. It
6 has native support for pagination and sorting. It does for HTML tables what
7 ``django.forms`` does for HTML forms.
8
9 Documentation_ is available on http://readthedocs.org
10
11 .. _Documentation: http://readthedocs.org/docs/django-tables/en/latest/