Project

General

Profile

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

calebasse / calebasse / dossiers / templates / dossiers / socialisationduration_confirm_delete.html @ dc526631

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 cette période ?</p>
8
</form>
(18-18/20)