diff options
Diffstat (limited to 'src/templates/resource/hosts.html')
-rw-r--r-- | src/templates/resource/hosts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/resource/hosts.html b/src/templates/resource/hosts.html index 4bf64e0..69b7231 100644 --- a/src/templates/resource/hosts.html +++ b/src/templates/resource/hosts.html @@ -17,7 +17,7 @@ {{ host.name }} </td> <td> - {{ host.profile }} + <a href="profiles/{{ host.profile.id }}">{{ host.profile }}</a> </td> <td> {{ host.booked }} |