Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 4c4e5f3c authored by 65160394's avatar 65160394
Browse files

Project Round 9

parent 4ac30184
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
<div class="booking-form"> <div class="booking-form">
<h2>Book a Tour</h2> <h2>Book a Tour</h2>
<form action="/create-booking" method="POST"> <form action="/create-booking" method="POST">
<label for="tour_id">Select Tour</label> <label for="tour-id">Select Tour</label>
<select id="tour_id" name="tour_id" required> <select id="tour-id" name="tour-id" required>
<option value="" disabled selected>Select a Tour</option> <option value="" disabled selected>Select a Tour</option>
<% tours.forEach(function(tour) { %> <% tours.forEach(function(tour) { %>
<option value="<%= tour.id %>"><%= tour.name %></option> <option value="<%= tour.id %>"><%= tour.name %></option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment