Fixed carousel
This commit is contained in:
parent
d26e7826bd
commit
0c33d83131
3 changed files with 43 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<table class="table" style="font-size: 14px; padding: 10px; margin-bottom: 10px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="font-size: 30px">{$my_team->get_name()}</th>
|
||||
<th style="font-size: 30px">{$my_team->get_name()|replace:"_":" "}</th>
|
||||
{for $i=1 to $nbExoMax}
|
||||
<th class="text-center">Exercice {$i}</th>
|
||||
{/for}
|
||||
|
|
|
|||
Reference in a new issue