DuVale / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Missing form validation for create thread and post #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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!

Original issue reported on code.google.com by shane.st...@gmail.com on 12 Dec 2008 at 5:36

GoogleCodeExporter commented 9 years ago
Forms have been updated to re-render the response form to the user if the form 
isn't
valid.

Original comment by rwpoul...@gmail.com on 30 Dec 2008 at 1:40