X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Ffilters.html;fp=templates%2Fpatchwork%2Ffilters.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=10ca587ce7d089f383924299aa05d8b58b2e1ebc;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork diff --git a/templates/patchwork/filters.html b/templates/patchwork/filters.html deleted file mode 100644 index 10ca587..0000000 --- a/templates/patchwork/filters.html +++ /dev/null @@ -1,183 +0,0 @@ -{% load static %} - - - -
-
- Filters: - {% if filters.applied_filters %} - {% for filter in filters.applied_filters %} - {{ filter.name }} = {{ filter.condition }} - {% if not filter.forced %} - remove filter - {% endif %} - {% if not forloop.last %}   |   {% endif %} - {% endfor %} - {% else %} - none - add filter - {% endif %} -
- -
- -