diff --git a/templates/task.html b/templates/task.html index 874674ea7bf5ef88d2274cba02c4a0a1e3edec61..cc78037fe744f4692342bd7bd694af36a7ffe5d6 100644 --- a/templates/task.html +++ b/templates/task.html @@ -104,7 +104,13 @@
Work log ({{ task.logs.len() }}) {% for log in task.logs %} -
— {{ log.message|safe }}
+
+

+
{{ log.message|safe }}
+
+ {% if !loop.last %} +
+ {% endif %} {% endfor %}