summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/booking_detail.html')
-rw-r--r--dashboard/src/templates/booking/booking_detail.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/booking_detail.html b/dashboard/src/templates/booking/booking_detail.html
index 4b016b2..cb937d3 100644
--- a/dashboard/src/templates/booking/booking_detail.html
+++ b/dashboard/src/templates/booking/booking_detail.html
@@ -19,8 +19,11 @@
<b>Purpose: </b> {{ booking.purpose }}
</p>
<p>
+ <b>Operating System: </b> {{ booking.opsys }}
+</p>
+<p>
<b>Installer: </b> {{ booking.installer }}
</p>
<p>
<b>Scenario: </b> {{ booking.scenario }}
-</p> \ No newline at end of file
+</p>