diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/_item.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/_item.html.twig index e041df14c..7b663e23d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/_item.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/_item.html.twig @@ -211,7 +211,7 @@

Public

{% if w.note is not empty %}
- {{ w.note }} + {{ w.note|chill_markdown_to_html }}
{% else %} {{ 'No comment associated'|trans }}