X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=todo_templates%2Ftagfilters.html;h=6b2a9f1f00084981586a592071210740abbc19e9;hb=ecee822bebf62049803b90fc8d8a0b484915a0fc;hp=869cf54a8715fbef9a057182523e688d72cf6c8f;hpb=0c688dfc7b5732676428187a09491c4f5c1028c1;p=misc diff --git a/todo_templates/tagfilters.html b/todo_templates/tagfilters.html index 869cf54..6b2a9f1 100644 --- a/todo_templates/tagfilters.html +++ b/todo_templates/tagfilters.html @@ -1,32 +1,6 @@ -mandatory tags: -{% for and_filter in filter_and %} - -{% endfor %} - +need tags: +{{ macros.tagselection(submit_name='and_tag', selected_tags=filter_and, all_tags=tags) }}
-forbidden tags: -{% for not_filter in filter_not %} - -{% endfor %} - +hide tags: +{{ macros.tagselection(submit_name='not_tag', selected_tags=filter_not, all_tags=tags) }}