Projet

Général

Profil

Télécharger (249 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / templates / calebasse / generic_confirm_delete.html @ 2c6641c8

1
{% load widget_tweaks %}
2

    
3
{% if error_message %}
4
<p><strong>{{ error_message }}</strong></p>
5
{% endif %}
6
<form action="{{ request.get_full_path }}" method="post">{% csrf_token %}
7
  <p>Êtes-vous sûr de vouloir supprimer {{ object }} ?</p>
8
</form>
(5-5/8)