We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175d21d commit 95fa2ddCopy full SHA for 95fa2dd
Lesson-3/18_Styling/templates/deletemenuitem.html
@@ -14,7 +14,7 @@ <h1> Are you sure you want to delete {{item.name}}? </h1>
14
15
</form>
16
17
-<a href = '{{url_for('showMenu', restaurant_id = restaurant_id)}}'> Cancel </a>
+<a href = '{{url_for('restaurantMenu', restaurant_id = restaurant_id)}}'> Cancel </a>
18
</body>
19
20
</html>
Lesson-3/18_Styling/templates/editmenuitem.html
@@ -54,7 +54,7 @@ <h1> Edit Menu Item </h1>
54
55
<input type='submit' value='Edit'>
56
57
-<a href = '{{url_for('showRestaurants', restaurant_id = restaurant_id)}}'> Cancel </a>
58
59
60
0 commit comments