summaryrefslogtreecommitdiff
path: root/data/templates/recipe_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/recipe_edit.html')
-rw-r--r--data/templates/recipe_edit.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html
index 05a932c..04804b4 100644
--- a/data/templates/recipe_edit.html
+++ b/data/templates/recipe_edit.html
@@ -15,8 +15,6 @@
<main>
<p>Recipe ID: {{.Id}}</p>
- <input placeholder="Title" type="text" name="title" value="{{.Title}}"><br>
- <input placeholder="Link (optional)" type="text" name="url" value="{{.UpstreamUrl}}"><br>
<pre contenteditable="true"><code>{{.DescriptionMarkdown}}</code></pre>
<button>save</button> <!-- TODO add functionality -->
<a href="/recipe?id={{.Id}}"><button>cancel</button></a>