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">
|
||||
{% 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>
|
||||
|
|
Loading…
Reference in New Issue