From 48ea11f8cf7dc8df4d6f38fd173ce141405bc44a Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Tue, 1 Jun 2010 18:12:38 +0200 Subject: [PATCH] Minor formatting fix in docs. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2