diff -r 7f2c2d9adf58 -r 30c6e597a7de web/ldt/ldt_utils/views.py --- a/web/ldt/ldt_utils/views.py Thu Oct 14 11:36:12 2010 +0200 +++ b/web/ldt/ldt_utils/views.py Fri Oct 15 11:58:18 2010 +0200 @@ -290,7 +290,7 @@ resp['Cache-Control']='no-cache, must-revalidate' resp['Pragma']='no-cache' - ps = ProjectSerializer(project, from_content=False, from_display=True) + ps = ProjectSerializer(project, from_contents=False, from_display=True) annotations = project.getAnnotations(first_cutting=True) rdf_ns = u"http://www.w3.org/1999/02/22-rdf-syntax-ns#"