X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fprocess.html;h=d833c52a838e143c27452aa962936c88eb8a815e;hb=29969c2d0fb6c464662737df1da94f76dc2c0982;hp=41f811705eef7223efb7d92591b4c0431c629c03;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/process.html b/templates/process.html index 41f8117..d833c52 100644 --- a/templates/process.html +++ b/templates/process.html @@ -42,17 +42,17 @@ add: title - +{% if process.id_ %} [history]{% endif %} default effort - +{% if process.id_ %} [history]{% endif %} description - +
{% if process.id_ %} [history]{% endif %} @@ -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 %}