diff --git a/plugins/WebUi/__init__.py b/plugins/WebUi/__init__.py index 69b1f999d..9410b2ba9 100644 --- a/plugins/WebUi/__init__.py +++ b/plugins/WebUi/__init__.py @@ -112,7 +112,7 @@ class plugin_WebUi(object): self.config.set("button_style", 2) self.config.set("auto_refresh", False) self.config.set("auto_refresh_secs", 4) - self.config.set("template", "deluge") + self.config.set("template", "advanced") self.config.save(self.config_file) if not self.config.get("pwd_salt"): diff --git a/plugins/WebUi/revno b/plugins/WebUi/revno index 3af99eeec..730a054a0 100644 --- a/plugins/WebUi/revno +++ b/plugins/WebUi/revno @@ -1 +1 @@ -180 +172 diff --git a/plugins/WebUi/templates/deluge/torrent_delete.html b/plugins/WebUi/templates/deluge/torrent_delete.html index 9c1c89e69..a9aceb551 100644 --- a/plugins/WebUi/templates/deluge/torrent_delete.html +++ b/plugins/WebUi/templates/deluge/torrent_delete.html @@ -2,7 +2,6 @@ $def with (torrent_ids, torrent_list) $:render.header(_("Remove torrent"))