From: Parker Berberian Date: Wed, 24 Oct 2018 14:04:41 +0000 (-0400) Subject: Fix Booking List X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d28ad0a12169275f7203cbebc6cac391d0369047;p=pharos-tools.git Fix Booking List The table that lists all active bookings at /booking/list/ was using booking.user. This doesn't exist anymore, changed to booking.owner Change-Id: I76c8d498f4dbe64d88c4c6f7b5e380559b125e44 Signed-off-by: Parker Berberian --- 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 @@ - User + Owner Purpose Start End @@ -16,7 +16,7 @@ {% for booking in bookings %} - {{ booking.user.username }} + {{ booking.owner.username }} {{ booking.purpose }}