Restrict offline participation to single-puzzle
contests
This commit is contained in:
@@ -29,7 +29,7 @@ javascript:
|
||||
categorySelectEl.addEventListener('change', (e) => {
|
||||
updateParams();
|
||||
})
|
||||
- if @contest.offline_form
|
||||
- if @contest.offline_form && @contest.puzzles.length < 2
|
||||
.row
|
||||
.col
|
||||
input type="checkbox" id="offline" style="padding: 5px;"
|
||||
|
||||
Reference in New Issue
Block a user