Due dates and number of submissions work

This commit is contained in:
Piotr Mitros
2011-12-16 17:22:41 -05:00
parent ab0cb29c41
commit 6cdfd9a7aa
3 changed files with 31 additions and 17 deletions

View File

@@ -1,7 +1,11 @@
<h2> ${ problem['name'] } </h2>
${ problem['html'] }
<br>
<input type="hidden" name="problem_id" value="${ problem['name'] }">
% if check_button:
<input id="check_${ id }" type="button" value="${ check_button }" >
% endif
% if save_button:
<input id="save_${ id }" type="button" value="Save" >
% endif