Skip to content
Snippets Groups Projects
Commit cd289bd3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

kit list contain info about location and person responsible for the

appointment
parent 959b81e4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -60,6 +60,8 @@
<tr>
<th>Date</th>
<th>Kits</th>
<th>Location</th>
<th>Person responsible</th>
</tr>
</thead>
<tbody>
......@@ -75,6 +77,8 @@
{% endfor %}
{% endfor %}
</td>
<td>{{ appointment.location }} </td>
<td>{{ appointment.worker_assigned }} </td>
</tr>
{% endfor %}
</tbody>
......
......@@ -4,6 +4,8 @@
<tr>
<th>Date</th>
<th>Kits</th>
<th>Location</th>
<th>Person responsible</th>
</tr>
</thead>
<tbody>
......@@ -20,6 +22,8 @@
{% endfor %}
{% endfor %}
</td>
<td>{{ appointment.location }} </td>
<td>{{ appointment.worker_assigned }} </td>
</tr>
{% endfor %}
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment