Re: Python escape usage in django templates by GAE

2011-03-03 Thread Niklas RTZ
Wow, that really explains it superbly also pointing me to the right place onwards. Many thanks Chris! On Thu, Mar 3, 2011 at 8:11 AM, Chris Rebert wrote: > On Wed, Mar 2, 2011 at 11:50 PM, Niklasro wrote: >> Hi >> I got problems with escape displaying like junk when upgrading from >> django 0.96

Re: Python escape usage in django templates by GAE

2011-03-03 Thread Chris Rebert
On Wed, Mar 2, 2011 at 11:50 PM, Niklasro wrote: > Hi > I got problems with escape displaying like junk when upgrading from > django 0.96 to 1.2 with google app engine. > The code is > >     # let user choose authenticator >        for p in openIdProviders: >            p_name = p.split('.')[0] #

Python escape usage in django templates by GAE

2011-03-02 Thread Niklasro
Hi I got problems with escape displaying like junk when upgrading from django 0.96 to 1.2 with google app engine. The code is # let user choose authenticator for p in openIdProviders: p_name = p.split('.')[0] # take "AOL" from "AOL.com" p_url = p.lower()