more more span6 in form in wiki

This commit is contained in:
mdipierro
2013-04-12 23:33:36 -05:00
parent b5c9ed633b
commit 618c322603
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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")