X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=todo_templates%2Ftagfilters.html;h=6b2a9f1f00084981586a592071210740abbc19e9;hb=HEAD;hp=3f784ea8b69c789808d2583c20946412c5ae7be4;hpb=53b84307929582af2aaeac2247cc57db4a7bedf4;p=misc diff --git a/todo_templates/tagfilters.html b/todo_templates/tagfilters.html index 3f784ea..6b2a9f1 100644 --- a/todo_templates/tagfilters.html +++ b/todo_templates/tagfilters.html @@ -1,37 +1,6 @@ -

- -

-

-mandatory tags: -{% for and_filter in db.t_filter_and %} - -{% endfor %} - +need tags: +{{ macros.tagselection(submit_name='and_tag', selected_tags=filter_and, all_tags=tags) }}
-forbidden tags: -{% for not_filter in db.t_filter_not %} - -{% endfor %} - -

+hide tags: +{{ macros.tagselection(submit_name='not_tag', selected_tags=filter_not, all_tags=tags) }}