Fixed approve.jsp checkboxes (both had the same name).

pull/105/merge
Amanda Anganes 2012-06-01 17:12:33 -04:00
parent 8684bb969f
commit c89b1814d6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<input name="option1" id="option1" type="checkbox"> Check me out
<label for="option2"></label>
<input name="option1" id="option2" type="checkbox"> Check me out
<input name="option2" id="option2" type="checkbox"> Check me out
</div>
</form>