mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 11:51:08 +02:00
More testing
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user