dossiers: removing comment pre-formating

Closes #5475
This commit is contained in:
Serghei Mihai 2014-09-26 11:37:30 +02:00
parent bfe4ddfb6c
commit 489f5bff1c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{% else %}
<label class="highlight">Aucun lieu de vie n'est indiqué.</label>
{% endif %}
{% if object.contact_comment %}<pre>{{ object.contact_comment }}</pre>{% endif %}
{% if object.contact_comment %}<p>{{ object.contact_comment|linebreaks }}</p>{% endif %}
{% if object.addresses.all %}
<ul>
{% for address in object.addresses.all %}