app/soc/views/models/base.py
changeset 528 5e6ae12cc495
parent 518 d9d31d316a74
child 533 ba3309b2fd30
--- a/app/soc/views/models/base.py	Thu Nov 20 23:34:26 2008 +0000
+++ b/app/soc/views/models/base.py	Thu Nov 20 23:51:45 2008 +0000
@@ -499,7 +499,7 @@
 
     if access_type not in rights:
       for check in rights['unspecified']:
-         # No checks defined, so do the 'generic check' and bail out
+        # No checks defined, so do the 'generic check' and bail out
         check(request, access_type)
       return