diff --git a/templates/partials/workout_note.html b/templates/partials/workout_note.html index a935d65..68a6d5f 100644 --- a/templates/partials/workout_note.html +++ b/templates/partials/workout_note.html @@ -1,7 +1,7 @@
{% if is_edit|default(false, true) == false %} {% if note|length > 0 %} - {{ note }} + {{ note | replace('\n', '
') | safe }}
@@ -17,7 +17,9 @@ {% else %}
-
{% endif %}
\ No newline at end of file