minor readme updates
authorMichael Elsdoerfer <michael@elsdoerfer.info>
Wed, 9 Jul 2008 13:49:49 +0000 (15:49 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.info>
Wed, 9 Jul 2008 13:49:49 +0000 (15:49 +0200)
README

diff --git a/README b/README
index ecd8d07c0fb89741c3ea69f1569bdd9a8080d0a9..fd0029cc1ccde274b453e3e26b4313e4182eca2b 100644 (file)
--- a/README
+++ b/README
@@ -90,9 +90,11 @@ Then, in the "list.html" template, write:
         {% endfor %}\r
     </tr>\r
     {% for row in table.rows %}\r
+        <tr>\r
         {% for value in row %}\r
             <td>{{ value }}<td>\r
         {% endfor %}\r
+        </tr>\r
     {% endfor %}\r
     </table>\r
 \r
@@ -105,9 +107,9 @@ as a such a string.
 Instead of the iterator, you can use your knowledge of the table structure to\r
 access columns directly:\r
 \r
-        {% if table.columns.tz.visible %}\r
-            {{ table.columns.tz }}\r
-        {% endfor %}\r
+    {% if table.columns.tz.visible %}\r
+        {{ table.columns.tz }}\r
+    {% endfor %}\r
 \r
 \r
 Dynamic Data\r
@@ -515,7 +517,6 @@ TODO
 ----\r
     - as_html methods are all empty right now\r
     - table.column[].values is a stub\r
-    - let columns change their default ordering (ascending/descending)\r
     - filters\r
     - grouping\r
     - choices support for columns (internal column value will be looked up\r