Skip to content

Commit

Permalink
moved chicago aldermen pics
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 26, 2013
1 parent bedeefb commit 822094d
Show file tree
Hide file tree
Showing 52 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
\#*\#
.\#*
.DS_Store
nohup.out

# Compass-generated stuff
.sass-cache/
Expand Down
10 changes: 5 additions & 5 deletions councilmatic/main/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def search(self):
return sqs

class FullSearchForm (haystack.forms.SearchForm):
topics = django.forms.MultipleChoiceField(
choices=topic_choices(),
widget=django.forms.CheckboxSelectMultiple(),
label="Narrow by topics »",
required=False)
# topics = django.forms.MultipleChoiceField(
# choices=topic_choices(),
# widget=django.forms.CheckboxSelectMultiple(),
# label="Narrow by topics »",
# required=False)
statuses = django.forms.MultipleChoiceField(
choices=legfile_choices('status'),
widget=django.forms.CheckboxSelectMultiple(),
Expand Down

0 comments on commit 822094d

Please sign in to comment.