Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Missing clausing div in template #69

Closed tonthon closed 10 years ago

tonthon commented 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.

dnouri commented 10 years ago

It's a little abstract. Would you want to send a pull request?

tonthon commented 10 years ago

Here it is : https://github.com/Kotti/deform_bootstrap/pull/70