|
@@ -171,7 +171,7 @@
|
|
value="{{ commentaire.note }}">
|
|
value="{{ commentaire.note }}">
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if commentaire.contenu != "" %}
|
|
{% if commentaire.contenu != "" %}
|
|
- <p class="mb-1">{{ commentaire.contenu }}</p>
|
|
|
|
|
|
+ <p class="mb-1">{{ commentaire.contenu | nl2br }}</p>
|
|
{% endif %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
{% endfor %}
|