mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 15:22:26 +01:00 
			
		
		
		
	Fix the display of the draw button
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -92,7 +92,7 @@
 | 
				
			|||||||
                    {% endif %}
 | 
					                    {% endif %}
 | 
				
			||||||
                {% endif %}
 | 
					                {% endif %}
 | 
				
			||||||
                {% if user.is_authenticated %}
 | 
					                {% if user.is_authenticated %}
 | 
				
			||||||
                    {% if user.is_volunteer or user.registration.team %}
 | 
					                    {% if user.registration.is_volunteer or user.registration.team %}
 | 
				
			||||||
                        <li class="nav-item active">
 | 
					                        <li class="nav-item active">
 | 
				
			||||||
                            <a class="nav-link" href="{% url 'draw:index' %}">
 | 
					                            <a class="nav-link" href="{% url 'draw:index' %}">
 | 
				
			||||||
                                <i class="fas fa-archive"></i> {% trans "Draw" %}
 | 
					                                <i class="fas fa-archive"></i> {% trans "Draw" %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user