From a714d7be0705c664d7fe1cae06f39ca7b8bb1644 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 22 Aug 2012 15:36:55 -0500 Subject: [PATCH] bootstrap 2.1.0 --- VERSION | 2 +- applications/welcome/controllers/default.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d6639484..1c1378d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-22 15:36:23) dev +Version 2.00.0 (2012-08-22 15:36:51) dev diff --git a/applications/welcome/controllers/default.py b/applications/welcome/controllers/default.py index f73df0b7..4c4b563d 100644 --- a/applications/welcome/controllers/default.py +++ b/applications/welcome/controllers/default.py @@ -17,7 +17,6 @@ def index(): if you need a simple wiki simple replace the two lines below with: return auth.wiki() """ - return auth.wiki() response.flash = T("Welcome to web2py!") return dict(message=T('Hello World'))