Skip to content

Commit

Permalink
One button change
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ugma committed Jan 6, 2015
1 parent 14f5b60 commit 3fec02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3 class="panel-title">Delete</h3>
{{form.hidden_tag()}}
<h3> Delete? {{form.deleterecipe}} </h3>

<input type="submit" value="Update Recipe" class="btn btn-default btn-md">
<input type="submit" value="Delete Recipe" class="btn btn-default btn-md">
</form>

{% with messages = get_flashed_messages() %}
Expand Down

0 comments on commit 3fec02d

Please sign in to comment.