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 @@
-