Fix too long line in soc.views.helper.templatetags.forms_helpers module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- 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()