Skip to content

Commit

Permalink
Update finalproject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jperera84 authored May 28, 2019
1 parent fcde09d commit e8c2a42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lesson-4/Final-Project/finalproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ def newMenuItem(restaurant_id):
else:
return render_template('newmenuitem.html', restaurant_id=restaurant_id)

return render_template('newMenuItem.html', restaurant=restaurant)
# return 'This page is for making a new menu item for restaurant %s'
# %restaurant_id

# Edit a menu item


Expand Down

0 comments on commit e8c2a42

Please sign in to comment.