diff --git a/deluge/ui/webui/templates/white/part_label_filters.html b/deluge/ui/webui/templates/white/part_label_filters.html index 2bd6aff11..927128136 100644 --- a/deluge/ui/webui/templates/white/part_label_filters.html +++ b/deluge/ui/webui/templates/white/part_label_filters.html @@ -23,7 +23,7 @@ $if get('filter_cat') == "keyword": -$for cat in ["state", "tracker_host", "label"]: +$for cat in filter_items.keys():
$cat