Skip to content

Commit 64d7032

Browse files
committed
Close form tag and fix naming of i to item to match project.py
1 parent e2e415c commit 64d7032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lesson-3/13_Edit-Menu-Form-Solution/editmenuitem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<input type = 'text' size='30' name = 'name' placeholder = '{{i.name}}'>
77

88
<input type='submit' value='Edit'>
9-
9+
</form>
1010
<a href= '{{url_for('restaurantMenu', restaurant_id= i.restaurant_id)}}'>Cancel</a>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)