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

- -

-

mandatory tags: -{% for and_filter in db.t_filter_and %} +{% for and_filter in filter_and %} {% endfor %}
forbidden tags: -{% for not_filter in db.t_filter_not %} +{% for not_filter in filter_not %} {% endfor %} -