diff --git a/AsynchronousVersion/templates/template.html b/AsynchronousVersion/templates/template.html index 3011658..3e676b7 100644 --- a/AsynchronousVersion/templates/template.html +++ b/AsynchronousVersion/templates/template.html @@ -39,7 +39,12 @@ {% for item in trips %} -

{{item.trip}}

+ {% if item.comment %} +

{{item.trip}} - {{item.comment}}

+ {% else %} +

{{item.trip}}

+ {% endif %} +