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