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

pull/105/merge
Amanda Anganes 13 years ago
parent 8684bb969f
commit c89b1814d6

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

Loading…
Cancel
Save