diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html index 4b10cf766..cee4881ce 100644 --- a/cookbook/templates/base.html +++ b/cookbook/templates/base.html @@ -218,6 +218,18 @@
+
+ +
+
+ +
+
+ {% trans 'Ingredient Editor' %} +
+
+
+
diff --git a/cookbook/templates/ingredient_editor.html b/cookbook/templates/ingredient_editor.html index 732173a7b..285971353 100644 --- a/cookbook/templates/ingredient_editor.html +++ b/cookbook/templates/ingredient_editor.html @@ -8,7 +8,13 @@ {% block content %} +
+
+

{% trans 'Ingredient Editor' %}

+
+
+
diff --git a/vue/src/apps/IngredientEditorView/IngredientEditorView.vue b/vue/src/apps/IngredientEditorView/IngredientEditorView.vue index 8cf438fb0..e8958128d 100644 --- a/vue/src/apps/IngredientEditorView/IngredientEditorView.vue +++ b/vue/src/apps/IngredientEditorView/IngredientEditorView.vue @@ -1,6 +1,8 @@