Code

svn repository setup
[roundup.git] / templates / classic / html / home.html
index fafdb2e5615986279c2b33dc0f96e4436e146689..90d926aab3c571ac954ea5f3c9185b42703fb6af 100644 (file)
@@ -5,6 +5,6 @@
  whatever. It's a good idea to have the issues on the front page though
 -->
 <span tal:replace="structure python:db.issue.renderWith('index',
-    sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
+    sort=[('-', 'activity')], group=[('+', 'priority')], filter=['status'],
     columns=['id','activity','title','creator','assignedto', 'status'],
     filterspec={'status':['-1','1','2','3','4','5','6','7']})" />