Closed tonthon closed 10 years ago
In the mapping.pt template :
<div tal:condition="field.description"> ${field.description}
is missing the clausing div. Example of consequence : If I introduce the mappingSchema in a sequenceSchema, the appendsequence button is not working.
It's a little abstract. Would you want to send a pull request?
Here it is : https://github.com/Kotti/deform_bootstrap/pull/70
In the mapping.pt template :
is missing the clausing div. Example of consequence : If I introduce the mappingSchema in a sequenceSchema, the appendsequence button is not working.