added missing _id, thanks Paolo Valleri
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-16 09:38:42) dev
|
||||
Version 2.00.0 (2012-08-16 09:39:49) dev
|
||||
|
||||
+1
-1
@@ -697,7 +697,7 @@ def formstyle_bootstrap(form, fields):
|
||||
_help = DIV(help, _class='help-block')
|
||||
# embed _help into _controls don't wrap label
|
||||
_controls = DIV(controls, _help, _class='controls')
|
||||
table.append(DIV(label, _controls, _class='control-group'))
|
||||
table.append(DIV(label, _controls, _class='control-group',_id=id))
|
||||
return table
|
||||
|
||||
class SQLFORM(FORM):
|
||||
|
||||
Reference in New Issue
Block a user