Pylons / deform

A Python HTML form library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change error message structure and style

stevepiercy opened this issue · comments

Change field error messages from:

<p class="help-block" id="error-deformField1">Required</p>

to:

<div id="${oid}Feedback" class="invalid-feedback">Required</div>