It is a small bug in the Django template renderer to not show the
token that causes the error in the exception message, the token
variable is passes to the Parser.error() method.
In your case the token.contents is None or False so no extra info if printed.

The only solution you have is to strip splashpage.txt to the bare
minimum and add stuff bit by bit to find the line that causes the
error.
I think you have made a typo and that is not caught by the parser.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to