Use team 0 to display solutions
This commit is contained in:
parent
05bc4c605c
commit
458060bc3b
6 changed files with 25 additions and 20 deletions
|
|
@ -19,5 +19,6 @@ if (!empty($themes))
|
|||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
|
||||
$template->assign("percent", $percent);
|
||||
$template->assign("rank", Team::get_top());
|
||||
|
||||
return "teams/summary";
|
||||
|
|
|
|||
Reference in a new issue