summaryrefslogtreecommitdiff
path: root/data/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/recipe.html')
-rw-r--r--data/templates/recipe.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/recipe.html b/data/templates/recipe.html
index 21a6a15..bec6eb5 100644
--- a/data/templates/recipe.html
+++ b/data/templates/recipe.html
@@ -27,6 +27,7 @@
{{end}}
<a href="/recipe/edit?id={{.Id}}"><button>edit</button></a>
+ <a href="/recipe/confirm-deletion?id={{.Id}}"><button style="background-color:red">delete</button></a>
{{ template "footer.html" }}
</main>