> The last six lines (everything from 'else' onwards) needs to be un-
> indented one level. The way it is now, if the request is not a POST,
> the view does nothing, just returning None. You need that else to
> catch the case when the view is a GET (ie when the user first requests
> the page).
>
> --
> DR.

Thank you very nuch for the help. It worked!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to