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

Correct, it was a typo in splashpage.txt
Specifically, the missing "user" django variable. Actual code snippet
causing problem shown below:

Bad:
<input type="text" name="recipient"   value="{{  }}" size="26" />

Good:
<input type="text" name="recipient"   value="{{ user }}" size="26" />

Thanks

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