Skip to content

Commit

Permalink
#29 Update bookings table data with heading
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 18, 2024
1 parent 372ec59 commit 9777a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions restaurant/templates/booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h3>Make a Reservation</h1>
</div>

<div id="reservations-by-date" class="container pt-5 table mt-3 table-sm table_col_padding">
<h3>Bookings by Date</h3>
<table>
<tbody id="tableData"></tbody>
</table>
Expand Down
1 change: 1 addition & 0 deletions restaurant/templates/reservations.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</div>

<div id="bookings" class="container pt-5 table mt-3 table-sm table_col_padding">
<h3>All Bookings</h3>
<table>
<tr>
<th>First Name</th>
Expand Down

0 comments on commit 9777a81

Please sign in to comment.