From e9b5bee9466cbe12420eb99a83b7ccd5eafb9843 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Tue, 18 Mar 2025 13:17:12 +0700 Subject: [PATCH] Project Round 3 --- views/createtour.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/createtour.ejs b/views/createtour.ejs index 9211cb8..ead2765 100644 --- a/views/createtour.ejs +++ b/views/createtour.ejs @@ -23,11 +23,11 @@ </div> <div> <label for="tourPrice">Price:</label> - <input type="number" id="tourPrice" name="price" required> + <input type="text" id="tourPrice" name="price" required> </div> <div> <label for="tourDuration">Duration (days):</label> - <input type="number" id="tourDuration" name="duration" required> + <input type="text" id="tourDuration" name="duration" required> </div> <button type="submit">Create Tour</button> </form> -- GitLab