codeforamerica / councilmatic

A subscription service for city council legislative information, started in Philadelphia.
http://councilmatic.org
58 stars 22 forks source link

Allow greater customization of search page #34

Closed corydissinger closed 11 years ago

corydissinger commented 11 years ago

The changes in my fork are solely for the ability to easily change the design/layout of the 'search.html' template. Prior to my changes the search form was built in main/forms.py using the Django Forms API. This approach is clean and concise but locks the developer in to the 'CheckboxMultiple' input type which may or may not be the best experience for a person trying to search.

This is my rationale for the pull request. Please contact me at cory.dissinger@gmail.com with any questions.

mjumbewu commented 11 years ago

Sweet, I looked this over quickly and it looks good. I'll merge it in later on today.