summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-31 21:33:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-31 21:33:07 +0000
commitc974df4aed35ed932e485a477d5beb289a18ad8a (patch)
treed9c284af71393108c83a41d99690f99846398742 /dashboard/src/templates
parent9ee74e0df422eac470cd8e32606b78030113764b (diff)
parentd28ad0a12169275f7203cbebc6cac391d0369047 (diff)
Merge "Fix Booking List"
Diffstat (limited to 'dashboard/src/templates')
-rw-r--r--dashboard/src/templates/booking/booking_table.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/src/templates/booking/booking_table.html b/dashboard/src/templates/booking/booking_table.html
index af2248c..5e82645 100644
--- a/dashboard/src/templates/booking/booking_table.html
+++ b/dashboard/src/templates/booking/booking_table.html
@@ -3,7 +3,7 @@
<thead>
<tr>
- <th>User</th>
+ <th>Owner</th>
<th>Purpose</th>
<th>Start</th>
<th>End</th>
@@ -16,7 +16,7 @@
{% for booking in bookings %}
<tr>
<td>
- {{ booking.user.username }}
+ {{ booking.owner.username }}
</td>
<td>
{{ booking.purpose }}