diff --git a/templates/home.html b/templates/home.html index d08815c..d189d95 100644 --- a/templates/home.html +++ b/templates/home.html @@ -37,6 +37,7 @@ {% for person in people[1:] %} +
{{ person.getName() + person.getRemark() + ": " }} {{ "Huidige status: " + person.getStatus() }}