web/ldt/ldt_utils/views.py
changeset 95 9bae869b2146
parent 94 9927a619d2b5
parent 89 30c6e597a7de
child 99 0fb4b009c6eb
--- 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#"