summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view/html/recipe-step.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html
index 13c0bb7..13c0de0 100644
--- a/view/html/recipe-step.html
+++ b/view/html/recipe-step.html
@@ -1,5 +1,5 @@
{{define "recipe-step"}} <section>
- <textarea rows="4" cols="50" placeholder="Step description">{{.Text}}</textarea>
+ <textarea rows="4" cols="50" placeholder="Step description" required>{{.Text}}</textarea>
<div class="ingredients">{{range .Ingredients}}
{{ template "recipe-ingredient" . }}{{end}}
</div>