actes: add template to delete act

Fix #2876
This commit is contained in:
Jérôme Schneider 2013-05-17 16:05:22 +02:00
parent 40cdcb8bf6
commit 1d15166b94
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% 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 l'acte {{ object.act_type }} pour {{ object.patient }} ?</p>
</form>