src/ldt/ldt/ldt_utils/views/json.py
changeset 392 65c1898141da
parent 386 4539db96ec75
child 404 4adc42ab55fd
--- 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"))