git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Initial implementation of new Node system whereby Nodes are separate from the objects...
[philo.git]
/
templatetags
/
collections.py
diff --git
a/templatetags/collections.py
b/templatetags/collections.py
index
ed8c54e
..
8b73293
100644
(file)
--- a/
templatetags/collections.py
+++ b/
templatetags/collections.py
@@
-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> %}