From 9005de11ef8b7cf32cc8503e8b5f134eca47b4fb Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 14 Jan 2023 18:07:47 +0100 Subject: Add new recipe edit page Recipes should be completely editable and removable. Thus this edit page was added. --- data/templates/recipe_edit.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/templates/recipe_edit.html (limited to 'data/templates/recipe_edit.html') diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html new file mode 100644 index 0000000..b5c9672 --- /dev/null +++ b/data/templates/recipe_edit.html @@ -0,0 +1,33 @@ + + + + + + + Recipes + + + + + + + + +
+

Edit a recipe

+
+ +
+

ID: {{.Id}}

+
+
+
+ +
+
{{.DescriptionMarkdown}}
+ +
+ +
+ + -- cgit v1.2.3-70-g09d2