mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Fix draw template
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
80f0baac1e
commit
acf906b284
@ -26,7 +26,7 @@
|
|||||||
aria-labelledby="tab-{{ tournament.id }}" tabindex="0">
|
aria-labelledby="tab-{{ tournament.id }}" tabindex="0">
|
||||||
{% include "draw/tournament_content.html" with tournament=tournament %}
|
{% include "draw/tournament_content.html" with tournament=tournament %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% empty %}
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
{% trans "You don't participate to any tournament." %}
|
{% trans "You don't participate to any tournament." %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user