diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/booking/booking_detail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/booking/booking_detail.html b/src/templates/booking/booking_detail.html index cae0e25..d78aa85 100644 --- a/src/templates/booking/booking_detail.html +++ b/src/templates/booking/booking_detail.html @@ -111,15 +111,15 @@ <table class="table"> <tr> <td>Size:</td> - <td>{{host.profile.diskprofile.first.size}}GiB</td> + <td>{{host.profile.storageprofile.first.size}} GiB</td> </tr> <tr> <td>Type:</td> - <td>{{host.profile.diskprofile.first.media_type}}</td> + <td>{{host.profile.storageprofile.first.media_type}}</td> </tr> <tr> <td>Mount Point:</td> - <td>{{host.profile.diskprofile.first.name}}</td> + <td>{{host.profile.storageprofile.first.name}}</td> </tr> </table> </td> |