From: Michael Elsdoerfer Date: Tue, 1 Jun 2010 16:12:38 +0000 (+0200) Subject: Minor formatting fix in docs. X-Git-Tag: 0.2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48ea11f8cf7dc8df4d6f38fd173ce141405bc44a;p=django-tables2.git Minor formatting fix in docs. --- diff --git a/docs/index.rst b/docs/index.rst index 95ae89b..a79fb6e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,7 @@ Then, in the ``list.html`` template, write: This will output the data as an HTML table. Note how the table is now fully sortable, since our link passes along the column name via the querystring, which in turn will be used by the server for ordering. ``order_by`` accepts -comma-separated strings as input, and "{{ column.name_toggled }}" will be +comma-separated strings as input, and ``{{ column.name_toggled }}`` will be rendered as a such a string. Instead of the iterator, you can alos use your knowledge of the table