Fix too long line in soc.views.helper.templatetags.forms_helpers module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 17 Apr 2009 19:01:26 +0000
changeset 2192 6eca3439f020
parent 2191 d20557e217dc
child 2193 0b6ec4a223cf
Fix too long line in soc.views.helper.templatetags.forms_helpers module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/helper/templatetags/forms_helpers.py
--- a/app/soc/views/helper/templatetags/forms_helpers.py	Fri Apr 17 16:23:01 2009 +0000
+++ b/app/soc/views/helper/templatetags/forms_helpers.py	Fri Apr 17 19:01:26 2009 +0000
@@ -331,7 +331,8 @@
       if '__scoped__' in filter:
         args['scope_path'] = entity.key().id_or_name()
 
-      # TODO: replace this hack needed to get org-scoped mentor autocompletion on student proposals
+      # TODO: replace this hack needed to get org-scoped mentor 
+      #       autocompletion on student proposals
       if '__org__' in filter:
         args['scope_path'] = entity.org.key().id_or_name()