Revision 1a9b2fe9
Added by Jérôme Schneider over 13 years ago
| calebasse/dossiers/templates/dossiers/patientcontact_form.html | ||
|---|---|---|
|
{% load widget_tweaks %}
|
||
|
|
||
|
<form action="{{ request.get_full_path }}" method="post">
|
||
|
<form action="{{ request.get_full_path }}" enctype="multipart/form-data" method="post">
|
||
|
{% csrf_token %}
|
||
|
<table>
|
||
|
<tbody>
|
||
Also available in: Unified diff
dossiers: finish add contact and address forms