dossier: display new contact form fields.

This commit is contained in:
Mikaël Ates 2013-01-06 23:34:14 +01:00
parent e949a41256
commit ff222d1e69
1 changed files with 11 additions and 0 deletions

View File

@ -86,6 +86,10 @@
{{ form.health_org }}
{{ form.health_org.errors }}
</td>
<td>
{{ form.other_health_center.label_tag }} :<br>
{{ form.other_health_center }}
{{ form.other_health_center.errors }}
<td/>
<td>
{{ form.twinning_rank.label_tag }} :<br>
@ -93,6 +97,13 @@
{{ form.twinning_rank.errors }}
</td>
</tr>
<tr>
<td>
{{ form.thirdparty_payer.label_tag }} :<br>
{{ form.thirdparty_payer }}
{{ form.thirdparty_payer.errors }}
</td>
</tr>
<tr>
<td>
{{ form.addresses.label_tag }} :