mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Fixing hiding challenges unintentionally
This commit is contained in:
@@ -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>
|
||||||
@@ -94,4 +94,4 @@
|
|||||||
<button class="btn btn-theme btn-outlined create-challenge-submit" type="submit">Create</button>
|
<button class="btn btn-theme btn-outlined create-challenge-submit" type="submit">Create</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user