diff options
Diffstat (limited to 'src/templates/base/dashboard')
-rw-r--r-- | src/templates/base/dashboard/lab_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/base/dashboard/lab_detail.html b/src/templates/base/dashboard/lab_detail.html index a12c5da..3d90a51 100644 --- a/src/templates/base/dashboard/lab_detail.html +++ b/src/templates/base/dashboard/lab_detail.html @@ -140,9 +140,9 @@ <th>Working</th> <th>Vendor</th> </tr> - {% for host in lab.host_set.all %} + {% for host in hosts %} <tr> - <td>{{host.labid}}</td> + <td>{{host.name}}</td> <td>{{host.profile}}</td> <td>{{host.booked|yesno:"Yes,No"}}</td> {% if host.working %} |