diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index 6aed548d..ca2ddb62 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -25,7 +25,7 @@ {{ field|as_crispy_field }} {% if field.name == 'name' %} - {% trans 'Ingredients' %} +

@@ -63,6 +63,8 @@ layout: "fitColumns", reactiveData: true, data: data, + movableRows: true, + headerSort: false, columns: [ { title: "{% trans 'Ingredient' %}",