From b595c40320415e4926c26fe07ff4439119f53b92 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 14 Aug 2014 19:20:46 -0500 Subject: [PATCH] fixed welcome and bs3 --- VERSION | 2 +- applications/welcome/models/db.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9df905ba..3fcb2ce1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.10.0-trunk+timestamp.2014.08.14.19.12.21 +Version 2.10.0-trunk+timestamp.2014.08.14.19.20.18 diff --git a/applications/welcome/models/db.py b/applications/welcome/models/db.py index 5880120f..b0dfdbaf 100644 --- a/applications/welcome/models/db.py +++ b/applications/welcome/models/db.py @@ -49,7 +49,6 @@ plugins = PluginManager() ## create all tables needed by auth if not custom tables auth.define_tables(username=False, signature=False) -auth.settings.formstyle = SQLFORM.formstyles.bootstrap3 ## configure email mail = auth.settings.mailer