added test button for people who are not the first person

This commit is contained in:
hannes-kl 2019-02-13 21:41:15 +01:00
parent 3cc0857973
commit f798a27a90
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<table>
{% for person in people[1:] %}
<tr>
<td><button>Update</button></td>
<th>{{ person.getName() + person.getRemark() + ": " }}</th>
<td>{{ "Huidige status: " + person.getStatus() }}</td>
</tr>