Code

Add new tracker template.
[roundup.git] / share / roundup / templates / devel / html / home.html
diff --git a/share/roundup/templates/devel/html/home.html b/share/roundup/templates/devel/html/home.html
new file mode 100644 (file)
index 0000000..09aadd9
--- /dev/null
@@ -0,0 +1,10 @@
+<!--
+ This is the default body that is displayed when people visit the
+ tracker. The tag below lists the currently open issues. You may
+ replace it with a greeting message, or a different list of issues or
+ whatever. It's a good idea to have the issues on the front page though
+-->
+<span tal:replace="structure python:db.bug.renderWith('index',
+    sort=[('-', 'activity')], filter=['status'],
+    columns=['activity','title','creator'],
+    filterspec={'status':['1','2','4']})" />