django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
51 stars 21 forks source link

Both min and max size field for text area field have text "Minimum text length:" #15

Closed rolandf closed 2 years ago

rolandf commented 2 years ago
                        <input type="[number]()" name="[min_length]()" value="[0]()" id="[id_min_length]()">

            </div>

            <div class="[fieldBox field-max_length]()">

                    <label class="[inline]()" for="[id_max_length]()">**Minimum text length**:</label>
fsbraun commented 2 years ago

So true... Thanks!

fsbraun commented 2 years ago

Fixed with in commit https://github.com/fsbraun/djangocms-frontend/commit/01fdab3c66bd5f1c4a6e28fd82cdb151384d7120 :-)