File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 1.4 (unreleased)
6
- ----------------
5
+ 1.3.1 (unreleased)
6
+ ------------------
7
7
8
- - No changes yet.
8
+ - Use ``bs_field_class `` callback for ``field.class `` property when registering
9
+ ``array `` macro.
10
+ [rnix]
9
11
10
12
1.3 (2017-03-01)
11
13
----------------
Original file line number Diff line number Diff line change 3
3
import os
4
4
5
5
6
- version = '1.4 .dev0'
6
+ version = '1.3.1 .dev0'
7
7
shortdesc = 'Bootstrap Styles for YAFOWIL'
8
8
longdesc = open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )).read ()
9
9
longdesc += open (os .path .join (os .path .dirname (__file__ ), 'HISTORY.rst' )).read ()
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def register_macros():
90
90
# yafowil.widget.array
91
91
factory .register_macro ('array' , 'field:label:help:error:array' , {
92
92
'array.label' : ' ' ,
93
- 'field.class' : 'form-group' ,
93
+ 'field.class' : bs_field_class ,
94
94
'label.class_add' : 'col-sm-2' ,
95
95
'array.class_add' : 'col-sm-10' ,
96
96
'help.class_add' : 'col-sm-offset-2 col-sm-10' ,
You can’t perform that action at this time.
0 commit comments