Raw Strings with Variables

WilsonOfCanada wwn1 at sfu.ca
Tue Aug 18 20:51:31 EDT 2009


However, when I send the list over as a dictionary for HTML:

d["places"] = arrPlaces

return render_to_response('rentSearch.html', d)

the HTML using Django has:

{{ places }} but returns ['C:\\moo', 'C:\\supermoo']



More information about the Python-list mailing list