diff options
Diffstat (limited to 'data/templates/recipe_edit.html')
-rw-r--r-- | data/templates/recipe_edit.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html index af9eb88..fc1d74c 100644 --- a/data/templates/recipe_edit.html +++ b/data/templates/recipe_edit.html @@ -17,7 +17,6 @@ <pre contenteditable="true" id="editor">{{.Text}}</pre> <button onclick="save()">save</button> <a href="/recipe?id={{.Id}}"><button>back</button></a> - <a href="/recipe/confirm-deletion?id={{.Id}}"><button style="background-color:red">delete</button></a> {{ template "footer.html" }} </main> |