1
0
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:
Alexandre Iooss
2019-08-16 19:44:27 +02:00
parent 62faa241d2
commit c2ab1e4bc5
12 changed files with 159 additions and 33 deletions

View File

@ -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 %}