diff --git a/compte_agglo_montpellier/apps/feed_plugin/forms.py b/compte_agglo_montpellier/apps/feed_plugin/forms.py index f16c576..834e9a0 100644 --- a/compte_agglo_montpellier/apps/feed_plugin/forms.py +++ b/compte_agglo_montpellier/apps/feed_plugin/forms.py @@ -5,5 +5,5 @@ from . import models from . import widgets class FeedForm(forms.Form): - feeds = forms.ModelMultipleChoiceField(queryset=models.Feed.objects.all(), + feeds = forms.ModelMultipleChoiceField(queryset=models.Feed.objects.all, label=_('Your feeds'), widget=widgets.CheckboxMultipleSelect)