Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lesson4/step2/templates/deleteRestaurant.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2> Are you sure you want to delete {{restaurant.name}}? </h2>
<button type="submit" class="btn btn-default delete" id="submit" type="submit">
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>Delete</button>
<a href = '{{url_for('showRestaurants')}}'>
<button class="btn btn-default delete" type="button">
<button type="button" class="btn btn-default delete" type="button">
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Cancel</button>
</a>

Expand Down