summaryrefslogtreecommitdiff
path: root/view/html/recipe-confirm-deletion.html
diff options
context:
space:
mode:
Diffstat (limited to 'view/html/recipe-confirm-deletion.html')
-rw-r--r--view/html/recipe-confirm-deletion.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/html/recipe-confirm-deletion.html b/view/html/recipe-confirm-deletion.html
index 8c89663..2bc9429 100644
--- a/view/html/recipe-confirm-deletion.html
+++ b/view/html/recipe-confirm-deletion.html
@@ -2,11 +2,11 @@
<!DOCTYPE html>
<html>
{{ template "head" }}
- <header>
- {{ template "nav" }}
- <h1>Delete a recipe</h1>
- </header>
<body>
+ <header>
+ {{ template "nav" }}
+ <h1>Delete a recipe</h1>
+ </header>
<main>
<p>Do you really want to delete this recipe?</p>
<button onclick="window.location.href='/recipe/{{.Id}}';">cancel</button>