Projet

Général

Profil

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

calebasse / calebasse / dossiers / templates / dossiers / patientcontact_confirm_delete.html @ 54318d2c

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 le contact : {{ object.first_name }} <span class="lastname">{{ object.last_name }}</span> ?</p>
8
</form>
(9-9/30)