Project

General

Profile

Download (327 Bytes) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / dossiers / templates / dossiers / patientcontact_confirm_delete.html @ 9b58dc83

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/33)