web/ldt/ldt_utils/views.py
changeset 89 30c6e597a7de
parent 88 7f2c2d9adf58
child 95 9bae869b2146
child 97 66f6aff5c382
--- 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#"