summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view/html/recipe-edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html
index 125d876..7dda7ff 100644
--- a/view/html/recipe-edit.html
+++ b/view/html/recipe-edit.html
@@ -28,7 +28,7 @@
<p>
<label>Notes</label>
- <input type="text" name="notes" value="{{.Notes}}">
+ <textarea name="notes" rows="4" cols="50">{{.Notes}}</textarea>
</p>
<button type="submit">save</button>