djangobook.com
djangobook.com copied to clipboard
Chapter 7 "Simple Form-Handling Example"
The "search_form.html" needed a slight adjustment. The form action needed to be changed to match what's shown in "urls.py" like so: form action="/search-form/". also within urls.py there is no need for the extra views.search_form. It works just fine with just "search_form".
I'm running Django on Python 2.7.5
@CiniCraft thanks for the pull request. I have updated these changes in my repo. feel free to send me pull requests.