mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 04:49:53 +01:00 
			
		
		
		
	Improve edit buttons
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		| @@ -61,7 +61,10 @@ | ||||
|  | ||||
|         {% if user.registration.is_admin or user.registration in tournament.organizers.all %} | ||||
|             <div class="card-footer text-center"> | ||||
|                 <a href="{% url "participation:tournament_update" pk=tournament.pk %}"><button class="btn btn-secondary">{% trans "Edit tournament" %}</button></a> | ||||
|                 <a class="btn btn-secondary" href="{% url "participation:tournament_update" pk=tournament.pk %}"> | ||||
|                     <i class="fas fa-edit"></i> | ||||
|                     {% trans "Edit tournament" %} | ||||
|                 </a> | ||||
|             </div> | ||||
|         {% endif %} | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user