git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added documentation and help text to models.py and containers.py to hopefully improve...
[philo.git]
/
templatetags
/
containers.py
diff --git
a/templatetags/containers.py
b/templatetags/containers.py
index
cc6b313
..
ad9bb1d
100644
(file)
--- a/
templatetags/containers.py
+++ b/
templatetags/containers.py
@@
-44,7
+44,7
@@
class ContainerNode(template.Node):
def do_container(parser, token):
"""
- {% container <name> [[references <type>] as <variable>] %}
+ {% container <name> [[references <type>] as <variable>] %}
"""
params = token.split_contents()
if len(params) >= 2: