help and name based type indexing

This commit is contained in:
vabene1111
2020-06-11 17:55:24 +02:00
parent 5072859e57
commit aaa3737ae0
2 changed files with 63 additions and 21 deletions

View File

@ -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 <a href="/docs/markdown/">docs here</a>')
}
widgets = {'recipe': SelectWidget, 'date': DateWidget, 'shared': MultiSelectWidget}