Adjust test case

Uses `vertical` templates only.
This commit is contained in:
Carlton Gibson 2018-02-16 15:52:19 +01:00
parent 8623ab72c4
commit e75be442d2

View File

@ -151,7 +151,7 @@ class TestNestedBoundField:
'<legend>Nested1</legend>' '<legend>Nested1</legend>'
'<divclass="form-group">' '<divclass="form-group">'
'<label>Textfield</label>' '<label>Textfield</label>'
'<inputname="nested2.nested1.text_field"class="form-control"type="text">' '<inputname="nested2.nested1.text_field"class="form-control"type="text"value="">'
'</div>' '</div>'
'</fieldset>' '</fieldset>'
'<divclass="form-group">' '<divclass="form-group">'