diff --git a/deluge/ui/webui/templates/advanced/part_categories.html b/deluge/ui/webui/templates/advanced/part_categories.html index 611dd03cf..a0cdfc12e 100644 --- a/deluge/ui/webui/templates/advanced/part_categories.html +++ b/deluge/ui/webui/templates/advanced/part_categories.html @@ -15,7 +15,9 @@ $for state, num in filters.state: - + + + diff --git a/deluge/ui/webui/templates/deluge/index.html b/deluge/ui/webui/templates/deluge/index.html index 5dd658574..1d512e98b 100644 --- a/deluge/ui/webui/templates/deluge/index.html +++ b/deluge/ui/webui/templates/deluge/index.html @@ -1,4 +1,4 @@ -$def with (torrent_list, all_torrents) +$def with (torrent_list, organize_filter) $:render.header(_('Torrent list')) diff --git a/deluge/ui/webui/templates/deluge/sort_column_head.html b/deluge/ui/webui/templates/deluge/sort_column_head.html index d354a6c4f..6712cb9b9 100644 --- a/deluge/ui/webui/templates/deluge/sort_column_head.html +++ b/deluge/ui/webui/templates/deluge/sort_column_head.html @@ -1,6 +1,6 @@ $def with (column_id, column_name, order, active_up, active_down)
- + $column_name\ $if active_up: