File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ <h2> Are you sure you want to delete {{restaurant.name}}? </h2>
8
8
< button type ="submit " class ="btn btn-default delete " id ="submit " type ="submit ">
9
9
< span class ="glyphicon glyphicon-trash " aria-hidden ="true "> </ span > Delete</ button >
10
10
< a href = '{{url_for( 'showRestaurants ')}}'>
11
- < button class ="btn btn-default delete ">
11
+ < button class ="btn btn-default delete " type =" button " >
12
12
< span class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ span > Cancel</ button >
13
13
</ a >
14
14
15
15
</ form >
16
16
17
- {% endblock %}
17
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ <h1>Edit Menu Item</h1>
48
48
< button type ="submit " class ="btn btn-default " id ="submit " type ="submit ">
49
49
< span class ="glyphicon glyphicon-ok " aria-hidden ="true "> </ span > Save</ button >
50
50
< a href = '{{url_for( 'showRestaurants ')}}'>
51
- < button class ="btn btn-default delete ">
51
+ < button class ="btn btn-default delete " type =" button " >
52
52
< span class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ span > Cancel</ button >
53
53
</ a >
54
54
</ div >
55
55
</ form >
56
56
</ div >
57
57
</ div >
58
- {% endblock %}
58
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments