diff --git a/patches/october_2013/p04_wsgi_migration.py b/patches/october_2013/p04_wsgi_migration.py index ca73516c25a..d374f4ee171 100644 --- a/patches/october_2013/p04_wsgi_migration.py +++ b/patches/october_2013/p04_wsgi_migration.py @@ -27,4 +27,7 @@ def execute(): for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")): file_path = os.path.join(base_path, "public", *file_path) if os.path.exists(file_path): - os.remove(file_path) \ No newline at end of file + os.remove(file_path) + + # Remove update app page + webnotes.delete_doc("Page", "update-manager") diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js index 0127a2a3f09..ed55eb5ca95 100644 --- a/setup/page/setup/setup.js +++ b/setup/page/setup/setup.js @@ -180,7 +180,7 @@ wn.pages.Setup.make = function(wrapper) { if(r.message) { body.empty(); if(wn.boot.expires_on) { - $(body).prepend("