Added documentation and help text to models.py and containers.py to hopefully improve...
[philo.git] / templatetags / containers.py
index cc6b313..ad9bb1d 100644 (file)
@@ -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: