Merge "Restrict Postgres to version 10"
[pharos-tools.git] / dashboard / src / templates / booking / booking_table.html
index af2248c..5e82645 100644 (file)
@@ -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 }}