comments : error messages not in page layout

2009-10-30 Thread Niels
Hello, I implemented the comments module. When all fields properly field and after a post everything is fine. Still on the same page. But when I don't enter all fields I get another page with the error messages not in the current page. http://emberapp.com/niels390/images/comments-form-not-in-or

Re: comments error

2009-06-03 Thread Ian Lewis
Looks like the next parameter doesn't really work though. See: http://groups.google.com/group/django-users/browse_thread/thread/109763039cef5c3d/470d678e46d7dfe0?hl=en&lnk=gst And: http://code.djangoproject.com/ticket/8968 2009/6/3 Ian Lewis > Iperk, > > Is this perhaps what you are looking for

Re: comments error

2009-06-03 Thread Ian Lewis
Iperk, Is this perhaps what you are looking for? http://docs.djangoproject.com/en/dev/ref/contrib/comments/#redirecting-after-the-comment-post On Mon, Jun 1, 2009 at 6:38 AM, lperk wrote: > > Does someone know how to redirect posted comment to another page if > you have your own form for sendi

Re: comments error

2009-05-31 Thread lperk
Does someone know how to redirect posted comment to another page if you have your own form for sending comments? On May 31, 9:55 pm, lperk wrote: > Hey.. I'm trying to send comment with django comments option and > everything is ok..I see it form..but when I send comment I got error: > > Comment

comments error

2009-05-31 Thread lperk
Hey.. I'm trying to send comment with django comments option and everything is ok..I see it form..but when I send comment I got error: Comment post not allowed (400) Why:Missing content_type or object_pk field. Can anyone help me with this.. what do I have to do..where to insert thos