X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/8318347602085438ff700b9c1d6b83f351deccd7..ac6ebd8b38a46afb0b249574be71a276f95b6efa:/philo/templatetags/nodes.py diff --git a/philo/templatetags/nodes.py b/philo/templatetags/nodes.py index 00d9764..a926f98 100644 --- a/philo/templatetags/nodes.py +++ b/philo/templatetags/nodes.py @@ -68,10 +68,13 @@ class NodeURLNode(template.Node): @register.tag(name='node_url') def do_node_url(parser, token): """ - {% node_url [for ] [as ] %} - {% node_url with [for ] [as ] %} - {% node_url [ [ ...] ] [for ] [as ] %} - {% node_url [= [= ...] ] [for ] [as ]%} + Usage:: + + {% node_url [for ] [as ] %} + {% node_url with [for ] [as ] %} + {% node_url [ [ ...] ] [for ] [as ] %} + {% node_url [= [= ...] ] [for ] [as ] %} + """ params = token.split_contents() tag = params[0]