forked from science-ation/science-ation
Allow an override to start the scheduler even if things dont look good
This commit is contained in:
parent
74905273cc
commit
910c9e85b0
@ -118,6 +118,12 @@ if($ok)
|
||||
echo "<a href=\"judges_sa_launcher.php\">".i18n("Start the judging scheduler to create judging teams and judging schedule")."</a>";
|
||||
|
||||
}
|
||||
else {
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
|
||||
echo "<a href=\"judges_sa_launcher.php\">".i18n("Something above looks bad, but you can start the judging scheduler anyways with the understanding that results will NOT be optimal!")."</a>";
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user