djangobook.com icon indicating copy to clipboard operation
djangobook.com copied to clipboard

Chapter 7 "Simple Form-Handling Example"

Open MattA9K opened this issue 11 years ago • 1 comments

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

MattA9K avatar Jan 16 '14 06:01 MattA9K

@CiniCraft thanks for the pull request. I have updated these changes in my repo. feel free to send me pull requests.

suhailvs avatar Jun 16 '14 02:06 suhailvs