Initial implementation of new Node system whereby Nodes are separate from the objects...
[philo.git] / templatetags / collections.py
index ed8c54e..8b73293 100644 (file)
@@ -19,8 +19,8 @@ class MembersofNode(template.Node):
                except:
                        pass
                return settings.TEMPLATE_STRING_IF_INVALID
-       
-       
+
+
 def do_membersof(parser, token):
        """
        {% membersof <collection> with <model> as <var> %}