diff --git a/cookbook/forms.py b/cookbook/forms.py index 8dd240cba..3ea81f9d0 100644 --- a/cookbook/forms.py +++ b/cookbook/forms.py @@ -267,7 +267,6 @@ class MealPlanForm(forms.ModelForm): help_texts = { 'shared': _('You can list default users to share recipes with in the settings.'), - 'note': _('You can use markdown to format this field. See the docs here') } widgets = {'recipe': SelectWidget, 'date': DateWidget, 'shared': MultiSelectWidget} diff --git a/cookbook/templates/meal_plan.html b/cookbook/templates/meal_plan.html index ac0fae52c..eddf7b948 100644 --- a/cookbook/templates/meal_plan.html +++ b/cookbook/templates/meal_plan.html @@ -55,15 +55,19 @@ - + - [[ meal_plan[t.id].name]] + [[ meal_plan[t.name].name]] + - - + +
@@ -93,7 +97,9 @@
- {% trans 'New Entry' %} + {% trans 'New Entry' %}
@@ -115,7 +121,6 @@
-
@@ -168,7 +173,9 @@
{% trans 'Edit plan types' %} + data-target="#id_plan_types_modal">{% trans 'Edit plan types' %}
+ {% trans 'Show help' %}
@@ -278,8 +285,43 @@
-
+ +