X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=0f0f0c5a49e5bef9db9b9eb558f7d416afedd4fa;hb=b96a5c72c2decc56ca1706e4929e2e58e4b7b156;hp=f2d5055043da9388f488b37cf4336c6423dd1cab;hpb=e29daf98f3617908e23342388636f24a0383766d;p=plomtask diff --git a/templates/process.html b/templates/process.html index f2d5055..0f0f0c5 100644 --- a/templates/process.html +++ b/templates/process.html @@ -10,7 +10,7 @@ {{node.process.title.newest|e}} -{% for child in node.children.values() %} +{% for child in node.children %} {{ process_with_children(child, indent+1) }} {% endfor %} {% endmacro %} @@ -22,7 +22,7 @@ title: description: default effort: -{% for child in children.values() %} +{% for child in children %} {{ process_with_children(child, 0) }} {% endfor %}