: ) absolutely! It's in an entry template. I've tried the same thing
in other templates as well (a gallery page, a photo page...) and the
same.

I don't get any error messages at all. The page loads fine. If I
change the syntax of the {% free_comment_form ... %}, for example by
introducing a spelling error or something, then I get an error page,
but otherwise, Django doesn't complain.

On Jul 2, 11:27 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 2, 2008 at 11:14 AM, [EMAIL PROTECTED] <
>
> [EMAIL PROTECTED]> wrote:
>
> > Yeah, so in the parent template (base.html) I've specified the usual
> > {% block content %} and in the child template, the call to the form is
> > well within the corresponding block tags. I've checked syntax about a
> > million times too, to make sure there's no syntax error - it's a
> > pretty simple project, so not much to check.....
>
> > thanks for the answer though - any other ideas?
>
> Are you absolutely sure the template being rendered is the one where you
> have put the {% free_comment_form ... %}?  If you deliberately introduce an
> error (like omitting the {% load comments %} or mistyping a variable name in
> the comment form arguments, do you get the expected "Invalid block tag" and
> "VariableDoesNotExist" errors?
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
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