diff roundup/templates/classic/html/home @ 1113:a95428868bf4

Added the missing keyword/topic interface to classic template (blush) Cleaned up the classhelp API Fixed some stuff in the customisation doc example.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Sep 2002 02:49:56 +0000
parents d6c13142e7b9
children 7d1b69122133
line wrap: on
line diff
--- a/roundup/templates/classic/html/home	Wed Sep 11 02:20:35 2002 +0000
+++ b/roundup/templates/classic/html/home	Wed Sep 11 02:49:56 2002 +0000
@@ -6,6 +6,6 @@
 -->
 <span tal:replace="structure python:db.issue.renderWith('index',
     sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
-    columns=['id','activity','title','creator','assignedto', 'status'],
+    columns=['id','activity','topic','title','creator','assignedto', 'status'],
     filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
 

Roundup Issue Tracker: http://roundup-tracker.org/