🐛 Fix WEI tables
This commit is contained in:
parent
1abb40953f
commit
377397b319
3 changed files with 3 additions and 4 deletions
|
|
@ -14,11 +14,11 @@
|
|||
\huge{Liste des inscrits \og {{ wei.name }} \fg{}}
|
||||
|
||||
{% if bus %}
|
||||
\LARGE{Bus {{ bus.name }}}
|
||||
\LARGE{Bus {{ bus.name|safe }}}
|
||||
|
||||
|
||||
{% if team %}
|
||||
\Large{Équipe {{ team.name }}}
|
||||
\Large{Équipe {{ team.name|safe }}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
\end{center}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue