From ba2f1458af20b1dda602a86aa9ffb81e0314f48a Mon Sep 17 00:00:00 2001 From: Kaibu Date: Tue, 19 Nov 2019 21:13:49 +0100 Subject: [PATCH] label and tabulator fixes --- cookbook/templates/forms/edit_internal_recipe.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index 6aed548dc..ca2ddb629 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' %}",