Gitlab@Informatics

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

Project Round 3

parent aa38fb62
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</div> </div>
<div> <div>
<label for="tourPrice">Price:</label> <label for="tourPrice">Price:</label>
<input type="number" id="tourPrice" name="price" required> <input type="text" id="tourPrice" 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="text" id="tourDuration" 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