diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index c175ba21b..2574c34b2 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -479,7 +479,7 @@ }, addStep: function () { //TODO see if default can be generated from options request this.recipe.steps.push( - {'instruction': '', ingredients: [], type: 'TEXT'} + {'instruction': '', ingredients: [], type: 'TEXT', show_as_header: true} ) }, sortSteps: function () { diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 5cd7b048c..fc043d4fe 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -152,7 +152,7 @@
- +