From 618c322603f1ea44314ed4de1066d97fbe675b35 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 12 Apr 2013 23:33:36 -0500 Subject: [PATCH] more more span6 in form in wiki --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7765361a..869b3746 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.04.12.23.29.44 +Version 2.4.6-stable+timestamp.2013.04.12.23.32.51 diff --git a/gluon/tools.py b/gluon/tools.py index 026e67da..23099284 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -5382,7 +5382,7 @@ class Wiki(object): '%(slug)s')), comment=current.T( "Choose Template or empty for new Page"))) - form = SQLFORM.factory(*fields, **dict(_class="well span6")) + form = SQLFORM.factory(*fields, **dict(_class="well")) form.element("[type=submit]").attributes["_value"] = \ current.T("Create Page from Slug")