Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a way to populate ColabSearchForm #6

Open
chaws opened this issue Oct 8, 2015 · 0 comments
Open

Find a way to populate ColabSearchForm #6

chaws opened this issue Oct 8, 2015 · 0 comments

Comments

@chaws
Copy link
Contributor

chaws commented Oct 8, 2015

in colab/search/forms.py there's the following content:
list = forms.MultipleChoiceField(
required=False,
label=_(u'Mailinglist'),
choices=[('TODO', 'TODO')]

choices=[(v, v) for v in MailingList.objects.values_list(

'name', flat=True)]

)
Let's try to find a way to do it using plugin instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant