diff share/roundup/templates/devel/html/page.html @ 5136:602d544e3a93

fixing some mismatched patches/patch references that I borked in a prior checkin. Patch support was not and still is not working. But at least this tracker runs without errors with demo.py -t devel, just missing features.
author John Rouillard <rouilj@ieee.org>
date Sat, 09 Jul 2016 13:34:02 -0400
parents ce5512002629
children 882fa4d9bead
line wrap: on
line diff
--- a/share/roundup/templates/devel/html/page.html	Sat Jul 09 13:31:59 2016 -0400
+++ b/share/roundup/templates/devel/html/page.html	Sat Jul 09 13:34:02 2016 -0400
@@ -144,6 +144,7 @@
                                 'status': milestone_status_notclosed,
                                 '@dispname': i18n.gettext('Show Open'),
                                 '@startwith': 0,
+				'@group': 'status',
                                 })"
                 i18n:translate="">Show Open</a>
        </li>
@@ -429,3 +430,4 @@
     <input metal:define-macro="user_confirm_input" type="password"
     tal:attributes="id name; name string:@confirm@$name; readonly not:edit_ok" value=""/>
 
+<!-- SHA: ca32e5f43efcb7c3b4940df6f7a176f6990b15f0 -->

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