Mercurial > p > roundup > code
diff roundup/templates/classic/html/keyword.item @ 1122:ddbc5d1ad94f
more batching cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 12 Sep 2002 00:10:34 +0000 |
| parents | e42c045015fd |
| children | 36ec30d286ea |
line wrap: on
line diff
--- a/roundup/templates/classic/html/keyword.item Wed Sep 11 23:56:33 2002 +0000 +++ b/roundup/templates/classic/html/keyword.item Thu Sep 12 00:10:34 2002 +0000 @@ -4,7 +4,7 @@ <tr><th colspan="4" class="header">Existing Keywords</th></tr> <tr tal:define="keywords db/keyword/list" tal:repeat="start python:range(0, len(keywords), 4)"> - <td tal:define="batch python:utils.Batch('keyword', keywords, 4, start)" + <td tal:define="batch python:utils.Batch(keywords, 4, start)" tal:repeat="keyword batch" tal:content="keyword/name">keyword here</td> </tr> <tr><td colspan="4" style="border-top: 1px solid gray"> </td></tr>
