⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Calebasse
All Projects
Produits Entr'ouvert
»
Calebasse
Overview
Activity
Roadmap
Issues
News
Documents
Wiki
Files
Repository
Download (327 Bytes)
Statistics
| Branch:
cv2
demo
master
new-features
regularisation
wip-Django1.7
| Tag:
1.0.0
1.0.1
1.0.99
1.1.0
1.1.1
1.1.2
cv2-1
cv2-2
v1.2.0
v1.2.99
| Revision:
calebasse
/
calebasse
/
dossiers
/
templates
/
dossiers
/
patientcontact_confirm_delete.html
@ 8e0743e6
View
History
Annotate
{% load widget_tweaks %}
{% if error_message %}
<p><strong>
{{ error_message }}
</strong></p>
{% endif %}
<form
action=
"{{ request.get_full_path }}"
method=
"post"
>
{% csrf_token %}
<p>
Êtes-vous sûr de vouloir supprimer le contact : {{ object.first_name }}
<span
class=
"lastname"
>
{{ object.last_name }}
</span>
?
</p>
</form>
« Previous
1
…
4
5
6
7
8
…
15
Next »
(6-6/15)
Loading...