From 4ce6d03d89b1542bfb58cdadf76e39a9dc48d83d Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 23 Aug 2013 14:22:21 -0500 Subject: [PATCH] removed customize it --- VERSION | 2 +- applications/welcome/models/menu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 828dc873..546b3d7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.22.04.31.40 +Version 2.6.0-development+timestamp.2013.08.23.14.21.37 diff --git a/applications/welcome/models/menu.py b/applications/welcome/models/menu.py index 3dba5f02..f705a8ee 100644 --- a/applications/welcome/models/menu.py +++ b/applications/welcome/models/menu.py @@ -8,7 +8,7 @@ response.logo = A(B('web',SPAN(2),'py'),XML('™ '), _class="brand",_href="http://www.web2py.com/") response.title = request.application.replace('_',' ').title() -response.subtitle = T('customize me!') +response.subtitle = '' ## read more at http://dev.w3.org/html5/markup/meta.name.html response.meta.author = 'Your Name '