mirror of https://github.com/JohnHammond/CTFd.git
Fixing hiding challenges unintentionally
parent
98071c1874
commit
b027703f80
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue