summaryrefslogtreecommitdiff
path: root/view/html/recipe.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-03-03 17:23:09 +0100
committerxengineering <me@xengineering.eu>2024-03-03 19:22:30 +0100
commitfa4c7e7af50817bc895f56f3fa25b50b8444407d (patch)
treee2259b98bf0e48ce323ad1c6bea31cd78143c30f /view/html/recipe.html
parentfc8160d4404f18042b7d265f2f595e4a3d75242b (diff)
downloadceres-fa4c7e7af50817bc895f56f3fa25b50b8444407d.tar
ceres-fa4c7e7af50817bc895f56f3fa25b50b8444407d.tar.zst
ceres-fa4c7e7af50817bc895f56f3fa25b50b8444407d.zip
view: Add recipe create
Diffstat (limited to 'view/html/recipe.html')
-rw-r--r--view/html/recipe.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html
index 04230ea..bce4ffa 100644
--- a/view/html/recipe.html
+++ b/view/html/recipe.html
@@ -15,6 +15,7 @@
<a href="/recipe/{{.Id}}?view=recipe-confirm-deletion"><button style="background-color:red">delete</button></a>
</main>
{{ template "footer" }}
+ <script src="/static/view/static/ceres.js"></script>
</body>
</html>
{{end}}