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']
--
http://mail.python.org/mailman/listinfo/python-list
