X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=5aebe53aaecf8f49b6e8440da36c5987c0e24d3e;hb=9e297373770305a915dbe987bf6fda02db704ec6;hp=41f811705eef7223efb7d92591b4c0431c629c03;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/process.html b/templates/process.html index 41f8117..5aebe53 100644 --- a/templates/process.html +++ b/templates/process.html @@ -95,6 +95,6 @@ add: {{ macros.edit_buttons() }} -{{ macros.datalist_of_direct_titles("condition_candidates", condition_candidates) }} -{{ macros.datalist_of_direct_titles("step_candidates", step_candidates) }} +{{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} +{{ macros.datalist_of_titles("step_candidates", step_candidates) }} {% endblock %}