diff options
Diffstat (limited to 'src/templates/resource/hosts.html')
-rw-r--r-- | src/templates/resource/hosts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/resource/hosts.html b/src/templates/resource/hosts.html index 69b7231..9fc50ce 100644 --- a/src/templates/resource/hosts.html +++ b/src/templates/resource/hosts.html @@ -20,10 +20,10 @@ <a href="profiles/{{ host.profile.id }}">{{ host.profile }}</a> </td> <td> - {{ host.booked }} + {{ host.booked|yesno:"Yes,No" }} </td> <td> - {{ host.working }} + {{ host.working|yesno:"Yes,No" }} </td> </tr> {% endfor %} |