mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 16:20:00 +01:00 
			
		
		
		
	Only participants in a valid team can see the draw
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| {% extends "base.html" %} | ||||
|  | ||||
| {% load static %} | ||||
| {% load i18n %} | ||||
|  | ||||
| {% block content %} | ||||
|     {# The navbar to select the tournament #} | ||||
| @@ -25,6 +26,10 @@ | ||||
|              aria-labelledby="tab-{{ tournament.id }}" tabindex="0"> | ||||
|             {% include "draw/tournament_content.html" with tournament=tournament %} | ||||
|         </div> | ||||
|     {% else %} | ||||
|         <div class="alert alert-warning"> | ||||
|             {% trans "You don't participate to any tournament." %} | ||||
|         </div> | ||||
|     {% endfor %} | ||||
|     </div> | ||||
| {% endblock %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user