diff --git a/deluge/ui/webui/templates/white/index.html b/deluge/ui/webui/templates/white/index.html index 3558322c4..ca79bde2f 100644 --- a/deluge/ui/webui/templates/white/index.html +++ b/deluge/ui/webui/templates/white/index.html @@ -20,7 +20,7 @@ $def with (torrent_list, organize_filters) $for id, title, url in admin_pages: $title - +Faq diff --git a/deluge/ui/webui/torrent_add.py b/deluge/ui/webui/torrent_add.py index c1ab4ab28..ba8f6329c 100644 --- a/deluge/ui/webui/torrent_add.py +++ b/deluge/ui/webui/torrent_add.py @@ -136,7 +136,7 @@ class torrent_add: utils.seeother("/torrent/files/%s" % torrent_id) else: #default - self.do_redirect() + utils.do_redirect() def register():