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