diff --git a/onyx/tpl/bootstrap/public/home.tpl b/onyx/tpl/bootstrap/public/home.tpl
index 6f0d757e..73af278d 100644
--- a/onyx/tpl/bootstrap/public/home.tpl
+++ b/onyx/tpl/bootstrap/public/home.tpl
@@ -1,9 +1,9 @@
{extends file="public/layout.tpl"}
{block name=main}
-
+
-
+
|
@@ -33,7 +33,6 @@
{/foreach}
-
{/block}
diff --git a/onyx/tpl/bootstrap/public/layout.tpl b/onyx/tpl/bootstrap/public/layout.tpl
index 1ce60ca4..d6022bdc 100644
--- a/onyx/tpl/bootstrap/public/layout.tpl
+++ b/onyx/tpl/bootstrap/public/layout.tpl
@@ -36,7 +36,6 @@
{foreach from=$teams item=my_team key=k}
-
{$my_team->get_name()}
{include file="summary.tpl"}
diff --git a/onyx/tpl/bootstrap/summary.tpl b/onyx/tpl/bootstrap/summary.tpl
index 6c2572de..71b33b7c 100644
--- a/onyx/tpl/bootstrap/summary.tpl
+++ b/onyx/tpl/bootstrap/summary.tpl
@@ -1,7 +1,7 @@
-
+
- |
+ {$my_team->get_name()} |
{for $i=1 to $nbExoMax}
Exercice {$i} |
{/for}
@@ -47,4 +47,4 @@
{$total} |
-
\ No newline at end of file
+
diff --git a/onyx/tpl/bootstrap/teams/exercice.tpl b/onyx/tpl/bootstrap/teams/exercice.tpl
index 387c43f8..f9151160 100644
--- a/onyx/tpl/bootstrap/teams/exercice.tpl
+++ b/onyx/tpl/bootstrap/teams/exercice.tpl
@@ -33,7 +33,7 @@
{if file_exists($file['path'])}
-
+
|
@@ -56,7 +56,7 @@
{if $cur_exercice->has_solved($my_team)}
Déjà résolu à {$cur_exercice->has_solved($my_team)|date_format:"%H:%M:%S"} :)
{else}
-