added test button for people who are not the first person
This commit is contained in:
parent
3cc0857973
commit
f798a27a90
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
<table>
|
<table>
|
||||||
{% for person in people[1:] %}
|
{% for person in people[1:] %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><button>Update</button></td>
|
||||||
<th>{{ person.getName() + person.getRemark() + ": " }}</th>
|
<th>{{ person.getName() + person.getRemark() + ": " }}</th>
|
||||||
<td>{{ "Huidige status: " + person.getStatus() }}</td>
|
<td>{{ "Huidige status: " + person.getStatus() }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue