Fixing hiding challenges unintentionally

selenium-screenshot-testing
Kevin Chung 2017-04-04 03:48:55 -04:00
parent 98071c1874
commit b027703f80
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<div class="form-group">
<div class="checkbox">
<label>
<input name="hidden" type="checkbox" id="solve-attempts-checkbox">
<input type="checkbox" id="solve-attempts-checkbox">
Limit amount of solve attempts
</label>
</div>
@ -94,4 +94,4 @@
<button class="btn btn-theme btn-outlined create-challenge-submit" type="submit">Create</button>
</div>
</form>
</div>
</div>