Fixing hiding challenges unintentionally

This commit is contained in:
Kevin Chung
2017-04-04 03:48:55 -04:00
parent 98071c1874
commit b027703f80

View File

@@ -69,7 +69,7 @@
<div class="form-group"> <div class="form-group">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input name="hidden" type="checkbox" id="solve-attempts-checkbox"> <input type="checkbox" id="solve-attempts-checkbox">
Limit amount of solve attempts Limit amount of solve attempts
</label> </label>
</div> </div>