- html_text = unicode(render_to_string('picture/picture_info.html', {
- 'things': pic.areas_json['things'],
- 'themes': pic.areas_json['themes'],
- }))
+ html_text = render_to_string('picture/picture_info.html', {
+ 'things': areas_json['things'],
+ 'themes': areas_json['themes'],
+ })