Use team 0 to display solutions

This commit is contained in:
nemunaire 2014-12-29 01:34:18 +01:00
commit 458060bc3b
6 changed files with 25 additions and 20 deletions

View file

@ -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";