diff --git a/01 Lab 1 Templates and Forms.md b/01 Lab 1 Templates and Forms.md index 9299848..b4d0259 100644 --- a/01 Lab 1 Templates and Forms.md +++ b/01 Lab 1 Templates and Forms.md @@ -139,7 +139,7 @@ Make sure the web server is running and access the `/postform` route and open th #### 2.1.1 Test Your Understanding 1. Currently all the form data is processed in a loop and added to the table: - 1. Modify the `home.handlebars` template to display the full name as a second level heading. + 1. Modify the `post.handlebars` template to display the full name as a second level heading. 2. Add a new field to store an email address ### 2.2 Submitting Data Using GET