Slightly more logging

This commit is contained in:
Piotr Mitros
2011-12-26 19:15:39 -05:00
parent a8d0bafc9e
commit f4f5f815ac
2 changed files with 33 additions and 20 deletions

View File

@@ -4,7 +4,10 @@
<input type="hidden" name="problem_id" value="${ problem['name'] }">
% if check_button:
<input id="check_${ id }" type="button" value="${ check_button }" >
<input id="check_${ id }" type="button" value="Check ${ attempts }" >
% endif
% if reset_button:
<input id="reset_${ id }" type="button" value="Reset ${ attempts }" >
% endif
% if save_button:
<input id="save_${ id }" type="button" value="Save" >