You're arguing that we should embed bootstrap features into server-side
code, but use of bootstrap is entirely optional and can be ripped out at
the template (eg HTML, CSS, JS) level. It makes no sense to have it bleed
into Python code. What happens when someone wants to use a different
front-end CSS framework, do we embed support for it into Python code as
well?

On Wed, Dec 30, 2015 at 1:08 PM, <[email protected]> wrote:

> Mezzanine does it itself at several places like in HTML5Mixin
> <https://bitbucket.org/stephenmcd/mezzanine/src/022a65d7ec313a70434dc195bed536157267da7d/mezzanine/core/forms.py?at=default&fileviewer=file-view-default#forms.py-14>
> ,
>

That's to support core browser features.


> EditForm
>

... and Mezzanine's own live editing features.

These are all fruit (HTML attributes in Django/Python form classes), but
you're comparing apples (HTML5) to oranges (live editing) to bananas
(Bootstrap).




-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to