diff --git a/cookbook/templates/meal_plan.html b/cookbook/templates/meal_plan.html index 0d14d5b19..0691e473b 100644 --- a/cookbook/templates/meal_plan.html +++ b/cookbook/templates/meal_plan.html @@ -8,6 +8,25 @@ {% endblock %} {% block content %} +

{% trans 'Meal-Plan' %} @@ -53,8 +72,8 @@ {% for day_key, days_value in plan_value.days.items %} - -
+ + {% for mp in days_value %} {{ mp.recipe.name }}