diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index ad0a8072e..931c0247f 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -110,7 +110,8 @@ @@ -327,7 +328,7 @@ {% block content_xl_right %}
-
+
@@ -341,6 +342,27 @@ class="btn btn-secondary btn-block shadow-none">{% trans 'View Recipe' %}
+
+
+
+ {% trans 'Steps' %} + +
+
+
+ +
+
+ [[step.name]] +
+
+ + +
+
+
+
{% endblock %}