X-Git-Url: http://git.tremily.us/?p=django-tables2.git;a=blobdiff_plain;f=django_tables2%2Ftemplates%2Fdjango_tables2%2Ftable.html;fp=django_tables2%2Ftemplates%2Fdjango_tables2%2Ftable.html;h=3a9bac4207dac34d347aabd4870efbb9dcec972b;hp=d580a1a591eb7a8aba4b1b6d1a24248c7a229a93;hb=86405697cd5f669753a41c60bbc55c97088c0767;hpb=bbb6f14d62d0f7f45e8890732ccf0260e01c2f7d diff --git a/django_tables2/templates/django_tables2/table.html b/django_tables2/templates/django_tables2/table.html index d580a1a..3a9bac4 100644 --- a/django_tables2/templates/django_tables2/table.html +++ b/django_tables2/templates/django_tables2/table.html @@ -9,7 +9,7 @@ {% for column in table.columns %} {% if column.sortable %} {% with column.order_by as ob %} - {{ column.header }} + {{ column.header }} {% endwith %} {% else %} {{ column.header }} @@ -34,11 +34,11 @@ {% if table.page %}