Gitlab@Informatics

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

Project Round 6

parent 43a0ec24
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
<link rel="stylesheet" href="/css/edittour.css"> <link rel="stylesheet" href="/css/edittour.css">
</head> </head>
<body> <body>
<main>
<h1>Edit Tour</h1> <h1>Edit Tour</h1>
<br>
<form action="/edit/<%= tour.id %>" method="POST"> <form action="/edit/<%= tour.id %>" method="POST">
<div> <div>
<label for="tourName">Tour Name:</label> <label for="tourName">Tour Name:</label>
...@@ -27,5 +29,6 @@ ...@@ -27,5 +29,6 @@
</div> </div>
<button type="submit">Update Tour</button> <button type="submit">Update Tour</button>
</form> </form>
</main>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment