So... I'm relatively new to Django, but...

You have "{% block content %}{% endblock %}" (note: this is from the
image posted)

My suggestion would be to try putting a space between the tags.  I
don't have Django in front of me, so I can't test this, but it looks
like it's expecting content in the block tag and trying to perform an
operation on it.  Since there is no content, it might be getting
confused.

I may be very wrong, but that's my first though.

Cheers!


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

Reply via email to