Hi

I am new to django. Java developer, just trying it out.
I created a base "skeleton" template per the djangobook (chapter 4).

When I create form in the body of a template that extends my base
template, the form post works great.

When I copy the same form into the base skeleton template, the form
post gives an error. It does not even reach my view method. The odd
thing is that the error message indicates that the URL posted to did
not exist in my mysite.urls and says "The current URL, <template file
name>.html, didn't match any of these." The template it is referring
to is the template that my view method would have returned. But my
view method does not get called at all because the first line of it is
a print statement that does not get printed.

What is going on?!

Any insight or WAGs appreciated!

Thanks
     t


--~--~---------~--~----~------------~-------~--~----~
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