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, 1 insertions, 1 deletions
diff --git a/data/templates/recipe_edit.html b/data/templates/recipe_edit.html
index 4860c6a..9069d4a 100644
--- a/data/templates/recipe_edit.html
+++ b/data/templates/recipe_edit.html
@@ -15,7 +15,7 @@
<main>
<p>Recipe ID: {{.Id}}</p>
- <pre contenteditable="true" id="editor"><code>{{.DescriptionMarkdown}}</code></pre>
+ <pre contenteditable="true" id="editor"><code>{{.Text}}</code></pre>
<button onclick="save()">save</button>
<a href="/recipe?id={{.Id}}"><button>back</button></a>
<a href="/recipe/confirm-deletion?id={{.Id}}"><button style="background-color:red">delete</button></a>