diff options
Diffstat (limited to 'data/templates/recipe_confirm_deletion.html')
-rw-r--r-- | data/templates/recipe_confirm_deletion.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/recipe_confirm_deletion.html b/data/templates/recipe_confirm_deletion.html index 08c981d..f19901c 100644 --- a/data/templates/recipe_confirm_deletion.html +++ b/data/templates/recipe_confirm_deletion.html @@ -19,7 +19,7 @@ <form action="/recipe/confirm-deletion?id={{.Id}}" method="POST"> <button style="background-color:red" type="submit">delete</button> </form> - <a href="/recipe?id={{.Id}}"><button>cancel</button></a> + <a href="/recipe/edit?id={{.Id}}"><button>cancel</button></a> {{ template "footer.html" }} </main> </body> |