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