--- a/src/ldt/ldt/ldt_utils/views/json.py Fri Jan 13 17:28:40 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/views/json.py Mon Jan 16 14:23:04 2012 +0100
@@ -35,7 +35,7 @@
def project_json(request, project, serialize_contents=True, first_cutting=None):
-# TODO : the following lines have been uncommented for tests only
+# TODO : the following lines have been commented for tests only
# they should not be commented for production
# if not ldt_auth.check_access(request.user, project):
# return HttpResponseForbidden(_("You can not access this project"))