Skip to content

Commit 4489b13

Browse files
authored
Merge branch 'master' into fix-delete-menu-item-html
2 parents bd2b7c4 + 10e2580 commit 4489b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lesson-3/14_Delete-Menu-Item/deletemenuitem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1> Are you sure you want to delete {{item.name}}? </h1>
1212

1313
</form>
1414

15-
<a href = "{{ url_for('restaurantMenu', restaurant_id=item.restaurant_id)}}"> Cancel </a>
15+
<a href = "{{ url_for('restaurantMenu', restaurant_id = item.restaurant_id)}}"> Cancel </a>
1616
</body>
1717

1818
</html>

0 commit comments

Comments
 (0)