#622: disable 'Repair' button on check-results page until we make it work correctly

This commit is contained in:
Brian Warner 2009-04-09 16:59:59 -07:00
parent 922b3034be
commit 54952e9bea

View File

@ -253,6 +253,8 @@ class CheckResults(CheckerBase, rend.Page, ResultsBase):
T.input(type="hidden", name="repair", value="true"),
T.input(type="submit", value="Repair"),
]]
return "" # repair button disabled until we make it work correctly,
# see #622 for details
return ctx.tag[repair]
def render_results(self, ctx, data):