Fix draw template

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-04-10 10:11:32 +02:00
parent 80f0baac1e
commit acf906b284
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
aria-labelledby="tab-{{ tournament.id }}" tabindex="0">
{% include "draw/tournament_content.html" with tournament=tournament %}
</div>
{% else %}
{% empty %}
<div class="alert alert-warning">
{% trans "You don't participate to any tournament." %}
</div>