Issue 50: Missing form validation for create thread and post
Status:  Fixed
Owner: ----
Closed:  Dec 2008
Reported by shane.st...@gmail.com, Dec 12, 2008
What steps will reproduce the problem?
1. Clicking "Post" Button on "Create Thread" without filling in title or body.
2. Clicking "Submit" Button on "Post a Reply" without filling in body.

What is the expected output? What do you see instead?
Expected output would be error messages stating that fields are required,
instead returns a ValueError "The view forum.views.reply didn't return an
HttpResponse object."

What version of the product are you using? On what operating system?
using python v2.5.2 w/ django 1.0 on linux apache install w/ mod-python

Please provide any additional information below.
Overall App is very nice..thanks!

Dec 29, 2008
Project Member #1 rwpoul...@gmail.com
Forms have been updated to re-render the response form to the user if the form isn't
valid.
Status: Fixed