Using Django 1.2.1, any use of blocktrans breaks my template. Eg
{%blocktrans%}text{%endblocktrans%}
Results in:
Django Version: 1.2.1 Exception Type: TemplateSyntaxError Invalid block tag: 'blocktrans'
Removing the blacktrans causes the code to work. Django s running on GAE if that's relevant.
