diff -r 9927a619d2b5 -r 9bae869b2146 web/ldt/ldt_utils/views.py --- a/web/ldt/ldt_utils/views.py Fri Oct 15 12:36:43 2010 +0200 +++ b/web/ldt/ldt_utils/views.py Fri Oct 15 12:38:52 2010 +0200 @@ -386,7 +386,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#"