Enable simple search of tasks

This commit is contained in:
Scot Hacker 2014-11-17 14:42:17 -08:00
parent bf7dc911b1
commit 6e032b22bb
4 changed files with 21 additions and 4 deletions

View file

@ -76,7 +76,7 @@ class AddExternalItemForm(ModelForm):
exclude = ('list', 'created_date', 'due_date', 'created_by', 'assigned_to',)
class SearchForm(ModelForm):
class SearchForm(forms.Form):
"""Search."""
q = forms.CharField(