aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitf05d748b932486adac4074cf56780a55de9e6e99 (patch)
treeb2f9db82acd93dc0f0b5f7d05c16bb79a69b5709 /src/templates
parent7aeda06e6bfd416ac349e16ad4e55f6ebec47d5c (diff)
parentcb49490a89e23b19e052061bdf528c1e7816a7df (diff)
Merge "Fix Booking List"
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/booking/booking_table.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/booking/booking_table.html b/src/templates/booking/booking_table.html
index af2248c..5e82645 100644
--- a/src/templates/booking/booking_table.html
+++ b/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 }}