Re: Problems trying to use jinja2

2009-08-31 Thread Jeff
Alright, I found this: http://code.djangoproject.com/ticket/10216 which explains the cryptic error message. The fix is to disable TEMPLATE_DEBUG. On Aug 31, 2:44 pm, Jeff wrote: > Hi, > > I seem to have run into a problem trying to use the jinja2 template > language. I've tried using Mitsuhiko's

Problems trying to use jinja2

2009-08-31 Thread Jeff
Hi, I seem to have run into a problem trying to use the jinja2 template language. I've tried using Mitsuhiko's snippet (http://bitbucket.org/ mitsuhiko/jinja2-main/src/c07588cf115f/ext/djangojinja2.py) and this other one by Joe Vasquez (http://jobscry.net/downloads/jinja_r2r.txt) where I had to c