Gitlab@Informatics

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

Project Round 3

parent d9ff4b60
No related branches found
No related tags found
No related merge requests found
...@@ -15,19 +15,19 @@ ...@@ -15,19 +15,19 @@
<form action="/create" method="POST"> <form action="/create" method="POST">
<div> <div>
<label for="tourName">Tour Name:</label> <label for="tourName">Tour Name:</label>
<input type="text" id="tourName" name="name" required> <input type="text" id="name" name="name" required>
</div> </div>
<div> <div>
<label for="tourDescription">Description:</label> <label for="tourDescription">Description:</label>
<textarea id="tourDescription" name="description" required></textarea> <textarea id="description" name="description" required></textarea>
</div> </div>
<div> <div>
<label for="tourPrice">Price:</label> <label for="tourPrice">Price:</label>
<input type="number" id="tourPrice" name="price" required> <input type="number" id="price" name="price" required>
</div> </div>
<div> <div>
<label for="tourDuration">Duration (days):</label> <label for="tourDuration">Duration (days):</label>
<input type="number" id="tourDuration" name="duration" required> <input type="number" id="duration" name="duration" required>
</div> </div>
<button type="submit">Create Tour</button> <button type="submit">Create Tour</button>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment