mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 03:42:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			424 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			424 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "logs/sidebar.html" %}
 | 
						|
{% comment %}
 | 
						|
SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
{% endcomment %}
 | 
						|
 | 
						|
{% block title %}Supression d'action{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    <form class="form" method="post">
 | 
						|
        {% csrf_token %}
 | 
						|
        <h4>Attention, voulez-vous vraiment annuler cette action {{ objet_name }} ( {{ objet }} ) ?</h4>
 | 
						|
        <input type="submit" value="Confirmer"/>
 | 
						|
    </form>
 | 
						|
{% endblock %}
 |