From 9caec2dff272cb47317506d9634525f38a3419fc Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 1 Jul 2020 21:53:41 +0200 Subject: [PATCH] step sidebar sorting --- .../templates/forms/edit_internal_recipe.html | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 %}